diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-20 16:11:34 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-20 16:11:34 +0000 |
| commit | 6b410fd4c5e30402bc85682531054ad71d195424 (patch) | |
| tree | 5ff6f31d36a8c52fec74fc168f302540449400d0 /documentation | |
| parent | 4f47dbe6bb860b640d41bffd526f2e927f849ac9 (diff) | |
changed brief docs sort order, as discussed in fltk.general
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6701 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rwxr-xr-x | documentation/Doxybook | 2 | ||||
| -rw-r--r-- | documentation/Doxyfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Doxybook b/documentation/Doxybook index c9dc2b9ba..d863ee562 100755 --- a/documentation/Doxybook +++ b/documentation/Doxybook @@ -392,7 +392,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 2f35ad89b..bfc6f3356 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -392,7 +392,7 @@ SORT_MEMBER_DOCS = YES # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = NO +SORT_BRIEF_DOCS = YES # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) |
