update doxygen configuration (#2720)
* remove MAX_DOT_GRAPH_DEPTH * set RECURSIVE yes * Exclude directories
This commit is contained in:
parent
bf706f2fbb
commit
cc0c714c71
1 changed files with 2 additions and 3 deletions
|
|
@ -9,6 +9,8 @@ FILE_PATTERNS = *.c \
|
||||||
*.h \
|
*.h \
|
||||||
*.inc \
|
*.inc \
|
||||||
*.md
|
*.md
|
||||||
|
RECURSIVE = YES
|
||||||
|
EXCLUDE = ./build ./3rdParty ./CMake
|
||||||
|
|
||||||
GENERATE_LATEX = NO
|
GENERATE_LATEX = NO
|
||||||
WARNINGS = YES
|
WARNINGS = YES
|
||||||
|
|
@ -27,9 +29,6 @@ HTML_COLORSTYLE_GAMMA = 200
|
||||||
CALL_GRAPH = YES
|
CALL_GRAPH = YES
|
||||||
CALLER_GRAPH = YES
|
CALLER_GRAPH = YES
|
||||||
|
|
||||||
# all.h includes everything and everything inclues it so the graph is usless past depth 1
|
|
||||||
MAX_DOT_GRAPH_DEPTH = 1
|
|
||||||
|
|
||||||
# Not all files are documented yet
|
# Not all files are documented yet
|
||||||
EXTRACT_ALL = YES
|
EXTRACT_ALL = YES
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue