Skip to content

Commit

Permalink
Enable generation of CALL_GRAPH and CALLER_GRAPH in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 2, 2024
1 parent e873d95 commit dd4557e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ OUTPUT_DIRECTORY = "@DOXYGEN_OUTPUT_DIRECTORY@"
# Enable Markdown support
MARKDOWN_SUPPORT = YES

# Enable the call and caller graphs (this increases built time but seems reasonable for AqNWB)
CALL_GRAPH = YES
CALLER_GRAPH = YES

# set relative include paths
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = "@PROJECT_SOURCE_DIR@/include" "@PROJECT_SOURCE_DIR@"
Expand Down

0 comments on commit dd4557e

Please sign in to comment.