summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-09-02 10:49:38 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-09-02 10:49:38 (GMT)
commit16c33cede7192034477f51e97dbf541b4878753c (patch)
tree4059a51358f05b5ba61732930b8c121706c98bfe /doc
parente7d6ef3781ec276194a8c19247468c182d9f2e75 (diff)
parentd65f3313739177d4d8ce27f607edf9517dc66de3 (diff)
downloadDoxygen-16c33cede7192034477f51e97dbf541b4878753c.zip
Doxygen-16c33cede7192034477f51e97dbf541b4878753c.tar.gz
Doxygen-16c33cede7192034477f51e97dbf541b4878753c.tar.bz2
Merge branch 'master' of https://github.com/doxygen/doxygen.git
Diffstat (limited to '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>.