diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rpki/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rpki/Doxyfile b/scripts/rpki/Doxyfile index f1cb8362..dc4e1e77 100644 --- a/scripts/rpki/Doxyfile +++ b/scripts/rpki/Doxyfile @@ -46,7 +46,7 @@ SUBGROUPING = YES #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- -EXTRACT_ALL = NO +EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = YES @@ -231,7 +231,7 @@ DOTFILE_DIRS = DOT_GRAPH_MAX_NODES = 50 DOT_TRANSPARENT = NO DOT_MULTI_TARGETS = NO -GENERATE_LEGEND = YES +GENERATE_LEGEND = NO DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine |