Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-12 16:55:54 +0400
committerAnton Khirnov <anton@khirnov.net>2013-05-17 22:27:52 +0400
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