doxy: don't sort struct members alphabetically

The declaration order is more meanigful in most cases.
pull/18/head
Anton Khirnov 12 years ago
parent 006ec64877
commit e27f4b7cbf
  1. 2
      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

Loading…
Cancel
Save