From 411b252d03cb28893c209674c620352df6e14944 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Tue, 27 Aug 2013 14:26:57 +0200 Subject: Bug 683897 - class list not sorted? --- addon/doxywizard/configdoc.cpp | 3 ++- doc/config.doc | 3 ++- src/config.xml | 3 ++- src/configoptions.cpp | 3 ++- 4 files changed, 8 insertions(+), 4 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( diff --git a/doc/config.doc b/doc/config.doc index 99c4e83..de563ad 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -1056,7 +1056,8 @@ The default value is: YES. If the \c SORT_BRIEF_DOCS tag is set to \c YES then doxygen will sort the brief descriptions of file, namespace and class members alphabetically by member name. If set to \c NO the members will appear in - declaration order. + declaration order. Note the this will also influence the order of the + classes in the class list. The default value is: NO. diff --git a/src/config.xml b/src/config.xml index d7ace9f..1174fab 100644 --- a/src/config.xml +++ b/src/config.xml @@ -911,7 +911,8 @@ Go to the next section or return to the If the \c SORT_BRIEF_DOCS tag is set to \c YES then doxygen will sort the brief descriptions of file, namespace and class members alphabetically by member name. If set to \c NO the members will appear in - declaration order. + declaration order. Note the this will also influence the order of the + classes in the class list. ]]> diff --git a/src/configoptions.cpp b/src/configoptions.cpp index 7f7d454..d37163b 100644 --- a/src/configoptions.cpp +++ b/src/configoptions.cpp @@ -705,7 +705,8 @@ void addConfigOptions(Config *cfg) "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.", FALSE ); -- cgit v0.12