Skip to content

Commit

Permalink
Merge pull request #86 from NeurodataWithoutBorders/docs_enable_call_…
Browse files Browse the repository at this point in the history
…graph

Enable generation of CALL_GRAPH and CALLER_GRAPH in the docs
  • Loading branch information
stephprince authored Sep 6, 2024
2 parents 2876a1f + dd4557e commit 31a27df
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 31a27df

Please sign in to comment.