summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-08-27 12:26:57 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-27 12:30:41 (GMT)
commit411b252d03cb28893c209674c620352df6e14944 (patch)
tree563b6d9a4854da633d59e4ed33be4b5d6d5e0ba5
parent376cb74cc75230516b27870038f459ae96d1968a (diff)
downloadDoxygen-411b252d03cb28893c209674c620352df6e14944.zip
Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.gz
Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.bz2
Bug 683897 - class list not sorted?
-rw-r--r--addon/doxywizard/configdoc.cpp3
-rw-r--r--doc/config.doc3
-rw-r--r--src/config.xml3
-rw-r--r--src/configoptions.cpp3
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: <code>YES</code>.
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: <code>NO</code>.
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 <a href="commands.html">next</a> 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.
]]>
</docs>
</option>
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
);