You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/07/17 08:06:46 UTC

svn commit: r1611256 - /httpd/httpd/trunk/docs/doxygen.conf

Author: jailletc36
Date: Thu Jul 17 06:06:45 2014
New Revision: 1611256

URL: http://svn.apache.org/r1611256
Log:
Add SORT_GROUP_NAMES=YES inorder to ease navigation in generated doc.

Modified:
    httpd/httpd/trunk/docs/doxygen.conf

Modified: httpd/httpd/trunk/docs/doxygen.conf
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/doxygen.conf?rev=1611256&r1=1611255&r2=1611256&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/doxygen.conf (original)
+++ httpd/httpd/trunk/docs/doxygen.conf Thu Jul 17 06:06:45 2014
@@ -65,6 +65,7 @@ PREDEFINED="APR_DECLARE(x)=x" \
 OPTIMIZE_OUTPUT_FOR_C=YES
 
 GENERATE_TREEVIEW=YES
+SORT_GROUP_NAMES=YES
 
 FULL_PATH_NAMES=YES
 # some autoconf guru needs to make configure set this correctly...