diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-12 14:55:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-17 20:27:52 +0200 |
commit | e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae (patch) | |
tree | 933ba4cf5ff05caa58a1eb87e0528a0c81746c1e | |
parent | 006ec64877fb638de4b15ae5fd969e22bd0f60ca (diff) | |
download | ffmpeg-e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae.tar.gz |
doxy: don't sort struct members alphabetically
The declaration order is more meanigful in most cases.
-rw-r--r-- | doc/Doxyfile | 2 |
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 |