From f6f04b5a44ad37e3ca82c932bb1df64c7254dda5 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 16 Nov 2001 07:28:23 +0000 Subject: Make CodingSuggestions show up in the Doxygen pages. (This used to be commit b3e34ad3207f53310b2d59c07a4cec765a0f81bf) --- source3/Doxyfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'source3/Doxyfile') diff --git a/source3/Doxyfile b/source3/Doxyfile index c25a45ddc3..327f94fa24 100644 --- a/source3/Doxyfile +++ b/source3/Doxyfile @@ -41,6 +41,8 @@ ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = YES SHOW_USED_FILES = YES +REFERENCED_RELATION = YES +REFERENCED_BY_RELATION = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- @@ -52,7 +54,8 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = . +INPUT = . \ + CodingSuggestions mainpage.dox FILE_PATTERNS = *.c \ *.h \ *.idl @@ -79,7 +82,7 @@ HTML_OUTPUT = html HTML_HEADER = HTML_FOOTER = HTML_STYLESHEET = -HTML_ALIGN_MEMBERS = NO +HTML_ALIGN_MEMBERS = YE GENERATE_HTMLHELP = NO GENERATE_CHI = NO BINARY_TOC = NO @@ -123,7 +126,7 @@ GENERATE_XML = NO #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- -ENABLE_PREPROCESSING = YES +ENABLE_PREPROCESSING = NO MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES -- cgit