diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 20:15:25 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 20:15:25 +0300 |
commit | 1f51a67589213a93ddd80843a909b92c2670ddc8 (patch) | |
tree | 7eee2d9977bbf31a04f5d46c9cb7abf5f3080eae /doxygen | |
parent | 49fc7cd08c646d44e63749dc4e0c38dcb2d00a50 (diff) | |
download | bemenu-1f51a67589213a93ddd80843a909b92c2670ddc8.tar.gz bemenu-1f51a67589213a93ddd80843a909b92c2670ddc8.tar.bz2 bemenu-1f51a67589213a93ddd80843a909b92c2670ddc8.zip |
Don't sort documentation members.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 3b80187..b65debf 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -526,7 +526,7 @@ INLINE_INFO = YES # name. If set to NO the members will appear in declaration order. # The default value is: YES. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # descriptions of file, namespace and class members alphabetically by member |