summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-02-25 12:02:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-02-25 12:02:00 (GMT)
commitf15360bf1445b5edfdc82fd027fdab0f29e1d8e5 (patch)
treebfda40d8d39a96e5c1ded8fb90ab4d409337e5a9 /Doxyfile
parent3b392af822d81ae51919feb2c2fc4c539238bb3b (diff)
downloadDoxygen-f15360bf1445b5edfdc82fd027fdab0f29e1d8e5.zip
Doxygen-f15360bf1445b5edfdc82fd027fdab0f29e1d8e5.tar.gz
Doxygen-f15360bf1445b5edfdc82fd027fdab0f29e1d8e5.tar.bz2
Removing warnings from doxygen internal documentation
Although there is not a lot of doxygen internal documentation, it still should not produce warnings.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index aa0de73..9e86b1e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -102,7 +102,7 @@ WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
WARN_AS_ERROR = NO
WARN_FORMAT = "$file:$line: $text "
-WARN_LOGFILE =
+WARN_LOGFILE = warnings.log
#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------
@@ -131,7 +131,7 @@ USE_MDFILE_AS_MAINPAGE =
#---------------------------------------------------------------------------
SOURCE_BROWSER = YES
INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES
@@ -323,7 +323,7 @@ DIAFILE_DIRS =
PLANTUML_JAR_PATH =
PLANTUML_CFG_FILE =
PLANTUML_INCLUDE_PATH =
-DOT_GRAPH_MAX_NODES = 50
+DOT_GRAPH_MAX_NODES = 100
MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = NO