summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent376cb74cc75230516b27870038f459ae96d1968a (diff)
downloadDoxygen-411b252d03cb28893c209674c620352df6e14944.zip
Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.gz
Doxygen-411b252d03cb28893c209674c620352df6e14944.tar.bz2
Bug 683897 - class list not sorted?
Diffstat (limited to 'src')
-rw-r--r--src/config.xml3
-rw-r--r--src/configoptions.cpp3
2 files changed, 4 insertions, 2 deletions
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
);