Code

doxygen: don't sort functions in the file documentation
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 3 Nov 2011 23:02:51 +0000 (00:02 +0100)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Mon, 14 Nov 2011 21:41:09 +0000 (22:41 +0100)
doc/doxygen.conf.in

index 4c809c5ee3e07c40d6a1673157f0f3f8cfa36a39..f65b93df16fa1684728320a24121989dc793d9fd 100644 (file)
@@ -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