This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doxy: don't sort struct members alphabetically
The declaration order is more meanigful in most cases.
tags/n2.0
Anton Khirnov
12 years ago
parent
006ec64877
commit
e27f4b7cbf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/Doxyfile
+ 1
- 1
doc/Doxyfile
View File
@@ -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
Write
Preview
Loading…
Cancel
Save