mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-21 17:19:57 +00:00
Add Doxygen configuration file and makefile target
It can be used to generate sometimes useful call-graphs.
This commit is contained in:
parent
6f1cabc807
commit
a715389a8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ firmware
|
||||
.cache
|
||||
compile_commands.json
|
||||
.vscode
|
||||
/docs
|
||||
|
17
Doxyfile
Normal file
17
Doxyfile
Normal file
@ -0,0 +1,17 @@
|
||||
OUTPUT_DIRECTORY = docs
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_RTF = NO
|
||||
GENERATE_MAN = NO
|
||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||
HAVE_DOT = YES
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_PRIVATE = YES
|
||||
EXTRACT_STATIC = YES
|
||||
CALL_GRAPH = YES
|
||||
CALLER_GRAPH = YES
|
||||
DISABLE_INDEX = YES
|
||||
GENERATE_TREEVIEW = YES
|
||||
RECURSIVE = YES
|
||||
COLLABORATION_GRAPH = YES
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DOT_MULTI_TARGETS = YES
|
Loading…
Reference in New Issue
Block a user