From 025f20fbdd3d00782bf81d11f364b88d32d311df Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 19 Dec 2016 14:05:24 -0700 Subject: [PATCH] doc: tweak some Doxygen configuration parameters - Show undocumented members so that they at least show up in the output, even if they don't have any associated doc string. Everything in the public headers should be public API. - Disable include graph generation. This is fairly useless for our purposes, since only public API headers are included in the Doxygen input list, and we don't need to see how they include each other. Change-Id: Ie1e2d5a93c1ae526d5867e0707faf40e32d1c969 Signed-off-by: Daniel Verkamp --- doc/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index c9f5bfbb8..640482d30 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -460,7 +460,7 @@ EXTRACT_ANON_NSPACES = NO # section is generated. This option has no effect if EXTRACT_ALL is enabled. # The default value is: NO. -HIDE_UNDOC_MEMBERS = YES +HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. If set @@ -2215,7 +2215,7 @@ INCLUDE_GRAPH = NO # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -INCLUDED_BY_GRAPH = YES +INCLUDED_BY_GRAPH = NO # If the CALL_GRAPH tag is set to YES then doxygen will generate a call # dependency graph for every global function or class method. @@ -2253,7 +2253,7 @@ GRAPHICAL_HIERARCHY = YES # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -DIRECTORY_GRAPH = YES +DIRECTORY_GRAPH = NO # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot.