Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
411b252d
Commit
411b252d
authored
Aug 27, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 683897 - class list not sorted?
parent
376cb74c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
configdoc.cpp
addon/doxywizard/configdoc.cpp
+2
-1
config.doc
doc/config.doc
+2
-1
config.xml
src/config.xml
+2
-1
configoptions.cpp
src/configoptions.cpp
+2
-1
No files found.
addon/doxywizard/configdoc.cpp
View file @
411b252d
...
...
@@ -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
(
...
...
doc/config.doc
View file @
411b252d
...
...
@@ -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
>.
...
...
src/config.xml
View file @
411b252d
...
...
@@ -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>
...
...
src/configoptions.cpp
View file @
411b252d
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment