diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-08-27 12:26:57 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-08-27 12:30:41 (GMT) |
commit | 411b252d03cb28893c209674c620352df6e14944 (patch) | |
tree | 563b6d9a4854da633d59e4ed33be4b5d6d5e0ba5 /addon | |
parent | 376cb74cc75230516b27870038f459ae96d1968a (diff) | |
download | Doxygen-411b252d03cb28893c209674c620352df6e14944.zip Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.gz Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.bz2 |
Bug 683897 - class list not sorted?
Diffstat (limited to 'addon')
-rw-r--r-- | addon/doxywizard/configdoc.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addon/doxywizard/configdoc.cpp b/addon/doxywizard/configdoc.cpp index c439322..5bcccb6 100644 --- a/addon/doxywizard/configdoc.cpp +++ b/addon/doxywizard/configdoc.cpp @@ -523,7 +523,8 @@ void addConfigDocs(DocIntf *doc) "SORT_BRIEF_DOCS", "If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\n" "descriptions of file, namespace and class members alphabetically by member\n" - "name. If set to NO the members will appear in declaration order.\n" + "name. If set to NO the members will appear in declaration order. Note the this\n" + "will also influence the order of the classes in the class list.\n" "The default value is: NO." ); doc->add( |