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