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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bae3a5266e3947be069df782205e686cf92a440;p=thirdparty%2Fapache%2Fhttpd.git 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 dad045aaf09..5213edd130b 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...