anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

Support doxygen 1.5.6 #154

Open anb0s opened 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 6156 reported by None on Tue Aug 19 15:56:11 2008.

> + ADD: Added new option LAYOUT_FILE which can be used to specify > a layout template file that tells doxygen in which order to > generate the output and which titles to use for headings and how > the navigation index will look; see http://www.doxygen.org/customize.html#layout for more info. > > As a result the following options are now obsolete since they > can now be controlled via the layout file: > DETAILS_AT_TOP, SHOW_INCLUDE_FILES, SHOW_USED_FILES, > ALPHABETICAL_INDEX, CLASS_GRAPH, COLLABORATION_GRAPH, > GROUP_GRAPHS, INCLUDE_GRAPH, INCLUDED_BY_GRAPH. > Run doxygen with the -l option to generate the default layout > file.

anb0s commented 8 years ago

related to #150