From: Kevin P. Fleming Date: Thu, 19 May 2005 17:08:39 +0000 (+0000) Subject: ensure that objects in docs are sorted alphabetically (bug #4333) X-Git-Tag: 1.2.0-beta1~605 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db988c5b3a52f6ff03e133619cdb3d9a2f2867fc;p=thirdparty%2Fasterisk.git ensure that objects in docs are sorted alphabetically (bug #4333) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5740 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen index 724af9f03f..8e4a924f3b 100755 --- a/contrib/asterisk-ng-doxygen +++ b/contrib/asterisk-ng-doxygen @@ -317,7 +317,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to