From 28416398b1348f974ba3513e53cd0b0af98d3076 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Fri, 4 Nov 2011 00:02:51 +0100 Subject: [PATCH] doxygen: don't sort functions in the file documentation --- doc/doxygen.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2