diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-18 11:35:03 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-18 11:35:51 +0200 |
commit | 937af7f6d3e71e959028ddc75cb115533f560fbc (patch) | |
tree | d108781342cf178f06b4254b3518cd02f13a9ab0 | |
parent | 20f75a810c49743683b7e503cbbc1db0a04a8925 (diff) | |
parent | e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae (diff) | |
download | ffmpeg-937af7f6d3e71e959028ddc75cb115533f560fbc.tar.gz |
Merge commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae'
* commit 'e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae':
doxy: don't sort struct members alphabetically
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/Doxyfile | 2 |
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 |