Commit 411b252d authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 683897 - class list not sorted?

parent 376cb74c
...@@ -523,7 +523,8 @@ void addConfigDocs(DocIntf *doc) ...@@ -523,7 +523,8 @@ void addConfigDocs(DocIntf *doc)
"SORT_BRIEF_DOCS", "SORT_BRIEF_DOCS",
"If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\n" "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" "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." "The default value is: NO."
); );
doc->add( doc->add(
......
...@@ -1056,7 +1056,8 @@ The default value is: <code>YES</code>. ...@@ -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 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 brief descriptions of file, namespace and class members alphabetically
by member name. If set to \c NO the members will appear in 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>. The default value is: <code>NO</code>.
......
...@@ -911,7 +911,8 @@ Go to the <a href="commands.html">next</a> section or return to the ...@@ -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 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 brief descriptions of file, namespace and class members alphabetically
by member name. If set to \c NO the members will appear in 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> </docs>
</option> </option>
......
...@@ -705,7 +705,8 @@ void addConfigOptions(Config *cfg) ...@@ -705,7 +705,8 @@ void addConfigOptions(Config *cfg)
"SORT_BRIEF_DOCS", "SORT_BRIEF_DOCS",
"If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\n" "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" "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.", "The default value is: NO.",
FALSE FALSE
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment