From dd4557e9fa1d2643e50fc5788c8f4d2ad42b8808 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sun, 1 Sep 2024 19:53:47 -0700 Subject: [PATCH] Enable generation of CALL_GRAPH and CALLER_GRAPH in the docs --- docs/Doxyfile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 36f9eebb..17824788 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -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@"