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:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-18 13:35:03 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-18 13:35:51 +0400
commit937af7f6d3e71e959028ddc75cb115533f560fbc (patch)
treed108781342cf178f06b4254b3518cd02f13a9ab0 /doc/Doxyfile
parent20f75a810c49743683b7e503cbbc1db0a04a8925 (diff)
parente27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae (diff)
Merge commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae'
* commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae': doxy: don't sort struct members alphabetically Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 faaa462572..ebf79c3aeb 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