summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-12 14:55:54 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-17 20:27:52 +0200
commite27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae (patch)
tree933ba4cf5ff05caa58a1eb87e0528a0c81746c1e /doc/Doxyfile
parent006ec64877fb638de4b15ae5fd969e22bd0f60ca (diff)
doxy: don't sort struct members alphabetically
The declaration order is more meanigful in most cases.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 3b2236cb43..e330ad719d 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -409,7 +409,7 @@ INLINE_INFO = YES
# alphabetically by member name. If set to NO the members will appear in
# declaration order.
-SORT_MEMBER_DOCS = YES
+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