[tuxdroid-svn] r494 - firmware/tuxcore/trunk/doc
Status: Beta
Brought to you by:
ks156
From: jaguarondi <c2m...@c2...> - 2007-09-06 16:33:58
|
Author: jaguarondi Date: 2007-09-06 17:23:54 +0200 (Thu, 06 Sep 2007) New Revision: 494 Modified: firmware/tuxcore/trunk/doc/Doxyfile Log: * Don't sort members alphabetically in the documentation pages, keep them in declaration order. Modified: firmware/tuxcore/trunk/doc/Doxyfile =================================================================== --- firmware/tuxcore/trunk/doc/Doxyfile 2007-09-06 14:45:08 UTC (rev 493) +++ firmware/tuxcore/trunk/doc/Doxyfile 2007-09-06 15:23:54 UTC (rev 494) @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id:$ +# $Id$ # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project @@ -342,7 +342,7 @@ # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically |