Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5967


Ignore:
Timestamp:
Oct 19, 2009, 10:52:10 PM (14 years ago)
Author:
rgrieder
Message:

Activated javadoc auto-brief for our doxygen documentation. This means you can do the following (4 lines):

/ A brief description.
@note

Keep in mind!

*/

instead of the longer version (6 lines):

/
@brief

A brief description.

@note

Keep in mind!

*/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/doc/api/doxy.config.in

    r3196 r5967  
    140140# explicit @brief command for a brief description.
    141141
    142 JAVADOC_AUTOBRIEF      = NO
     142JAVADOC_AUTOBRIEF      = YES
    143143
    144144# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
Note: See TracChangeset for help on using the changeset viewer.