doxy: don't sort struct members alphabetically

The declaration order is more meanigful in most cases.
This commit is contained in:
Anton Khirnov 2013-05-12 14:55:54 +02:00
parent 006ec64877
commit e27f4b7cbf
1 changed files with 1 additions and 1 deletions

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