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
commit
e27f4b7cbf
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save