Browse Source

Don't sort member docs in Doxygen so \overload works as expected.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
8ed0d15bc9
  1. 2
      Doxyfile

2
Doxyfile

@ -490,7 +490,7 @@ INLINE_INFO = YES
# alphabetically by member name. If set to NO the members will appear in # alphabetically by member name. If set to NO the members will appear in
# declaration order. # 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 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
# brief documentation of file, namespace and class members alphabetically # brief documentation of file, namespace and class members alphabetically

Loading…
Cancel
Save