From: Jonathan Neuschäfer Date: Thu, 3 Nov 2011 23:02:51 +0000 (+0100) Subject: doxygen: don't sort functions in the file documentation X-Git-Tag: release-0.20~46^3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=28416398b1348f974ba3513e53cd0b0af98d3076;p=ncmpc.git doxygen: don't sort functions in the file documentation --- diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 4c809c5..f65b93d 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -423,8 +423,8 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -# TODO: not sure about this --jn -SORT_MEMBER_DOCS = YES +# NO seems saner, because it keeps grouped functions together. +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