[tuxdroid-svn] r510 - in firmware: tuxaudio/branches/audio_cleanup/doc tuxcore/trunk/doc
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-09-12 09:14:42
|
Author: jaguarondi Date: 2007-09-12 11:14:40 +0200 (Wed, 12 Sep 2007) New Revision: 510 Modified: firmware/tuxaudio/branches/audio_cleanup/doc/Doxyfile firmware/tuxcore/trunk/doc/Doxyfile Log: * Updated the doxygen configuration files to use the first line of a commant as the brief description. This is better for all the defines and variables. Static and private members are no more hidden. Modified: firmware/tuxaudio/branches/audio_cleanup/doc/Doxyfile =================================================================== --- firmware/tuxaudio/branches/audio_cleanup/doc/Doxyfile 2007-09-11 14:29:55 UTC (rev 509) +++ firmware/tuxaudio/branches/audio_cleanup/doc/Doxyfile 2007-09-12 09:14:40 UTC (rev 510) @@ -156,7 +156,7 @@ # comments will behave just like the Qt-style comments (thus requiring an # explicit @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// @@ -256,12 +256,12 @@ # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. Modified: firmware/tuxcore/trunk/doc/Doxyfile =================================================================== --- firmware/tuxcore/trunk/doc/Doxyfile 2007-09-11 14:29:55 UTC (rev 509) +++ firmware/tuxcore/trunk/doc/Doxyfile 2007-09-12 09:14:40 UTC (rev 510) @@ -156,7 +156,7 @@ # comments will behave just like the Qt-style comments (thus requiring an # explicit @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// @@ -256,12 +256,12 @@ # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. |