update doxygen configuration (#2720)

* remove MAX_DOT_GRAPH_DEPTH

* set RECURSIVE yes

* Exclude directories
This commit is contained in:
BC Ko 2021-08-27 23:27:24 -07:00 committed by GitHub
commit cc0c714c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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