Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
535d59e9
Commit
535d59e9
authored
Dec 01, 2009
by
Sebastian Eichelbaum
Browse files
[CHANGE] - now doxygen writes a log file containing all undocumented classes/members.
parent
80804672
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/developer/doxygenConfig
doc/developer/doxygenConfig
+4
-4
No files found.
doc/developer/doxygenConfig
View file @
535d59e9
...
...
@@ -270,7 +270,7 @@ TYPEDEF_HIDES_STRUCT = NO
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
EXTRACT_ALL =
YES
EXTRACT_ALL =
NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
...
...
@@ -487,7 +487,7 @@ WARNINGS = YES
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
# automatically be disabled.
WARN_IF_UNDOCUMENTED =
NO
WARN_IF_UNDOCUMENTED =
YES
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some
...
...
@@ -502,7 +502,7 @@ WARN_IF_DOC_ERROR = YES
# wrong or incomplete parameter documentation, but not about the absence of
# documentation.
WARN_NO_PARAMDOC =
NO
WARN_NO_PARAMDOC =
YES
# The WARN_FORMAT tag determines the format of the warning messages that
# doxygen can produce. The string should contain the $file, $line, and $text
...
...
@@ -517,7 +517,7 @@ WARN_FORMAT = "$file:$line: $text"
# and error messages should be written. If left blank the output is written
# to stderr.
WARN_LOGFILE =
WARN_LOGFILE =
doc/developer/doxyerror.log
#---------------------------------------------------------------------------
# configuration options related to the input files
...
...
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