From 681bb82b8efb3c0ad40a67b14062952b448611eb Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 2 Feb 2016 16:55:27 +0100 Subject: [PATCH] * doc/Doxyfile.in: Tweak two options. --- doc/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 16c281209..c61d21326 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -526,7 +526,7 @@ SHOW_INCLUDE_FILES = YES # which file to include in order to use the member. # The default value is: NO. -SHOW_GROUPED_MEMB_INC = NO +SHOW_GROUPED_MEMB_INC = YES # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include # files with double quotes in the documentation rather than with sharp brackets. @@ -1989,7 +1989,7 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = @top_srcdir@ +INCLUDE_PATH = @top_srcdir@/buddy/src # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the