[FFmpeg-cvslog] doxy: don't sort struct members alphabetically

Anton Khirnov git at videolan.org
Sat May 18 11:36:34 CEST 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun May 12 14:55:54 2013 +0200| [e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae] | committer: Anton Khirnov

doxy: don't sort struct members alphabetically

The declaration order is more meanigful in most cases.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e27f4b7cbf8a3fde313cfe4b3a1880bf5031e9ae
---

 doc/Doxyfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 3b2236c..e330ad7 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



More information about the ffmpeg-cvslog mailing list