summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf93b79)
raw | patch | inline | side by side (parent: cf93b79)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Thu, 3 Nov 2011 23:02:51 +0000 (00:02 +0100) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Mon, 14 Nov 2011 21:41:09 +0000 (22:41 +0100) |
doc/doxygen.conf.in | patch | blob | history |
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index 4c809c5ee3e07c40d6a1673157f0f3f8cfa36a39..f65b93df16fa1684728320a24121989dc793d9fd 100644 (file)
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
# 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