summaryrefslogtreecommitdiffstats
path: root/src/build/doxygen/doxygen.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/doxygen/doxygen.conf')
-rw-r--r--src/build/doxygen/doxygen.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build/doxygen/doxygen.conf b/src/build/doxygen/doxygen.conf
index f8f2f4015..ec64e3b5c 100644
--- a/src/build/doxygen/doxygen.conf
+++ b/src/build/doxygen/doxygen.conf
@@ -433,7 +433,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
@@ -448,7 +448,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 = doxywarnings.log
#---------------------------------------------------------------------------
# configuration options related to the input files
@@ -821,7 +821,7 @@ LATEX_HIDE_INDICES = NO
# The RTF output is optimized for Word 97 and may not look very pretty with
# other RTF readers or editors.
-GENERATE_RTF = NO
+GENERATE_RTF = YES
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -1121,7 +1121,7 @@ GROUP_GRAPHS = YES
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
-UML_LOOK = NO
+UML_LOOK = YES
# If set to YES, the inheritance and collaboration graphs will show the
# relations between templates and their instances.
OpenPOWER on IntegriCloud