From c8d3550a43d105d6c7d6cc6b900ebe27e2db154e Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 11 Oct 2017 17:45:07 -0700 Subject: [PATCH] doxygen: Remove unnecessary graphs and other things. --- tools/doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/doxygen.conf b/tools/doxygen.conf index b412f3f8e..13b0d2d3b 100644 --- a/tools/doxygen.conf +++ b/tools/doxygen.conf @@ -76,7 +76,7 @@ INTERNAL_DOCS = YES CASE_SENSE_NAMES = YES HIDE_SCOPE_NAMES = NO HIDE_COMPOUND_REFERENCE= NO -SHOW_INCLUDE_FILES = YES +SHOW_INCLUDE_FILES = NO SHOW_GROUPED_MEMB_INC = NO FORCE_LOCAL_INCLUDES = NO INLINE_INFO = YES @@ -346,7 +346,7 @@ DOT_FONTNAME = Helvetica DOT_FONTSIZE = 10 DOT_FONTPATH = CLASS_GRAPH = YES -COLLABORATION_GRAPH = YES +COLLABORATION_GRAPH = NO GROUP_GRAPHS = YES UML_LOOK = NO UML_LIMIT_NUM_FIELDS = 10