From: Christophe Jaillet Date: Thu, 17 Jul 2014 06:06:45 +0000 (+0000) Subject: Add SORT_GROUP_NAMES=YES inorder to ease navigation in generated doc. X-Git-Tag: 2.5.0-alpha~3951 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a5a4d5922f25d29f59f9998eefb10bd37d0c52;p=apache Add SORT_GROUP_NAMES=YES inorder to ease navigation in generated doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611256 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/doxygen.conf b/docs/doxygen.conf index dad045aaf0..5213edd130 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -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...