diff options
author | Martin Pool <mbp@samba.org> | 2001-11-16 07:28:23 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-16 07:28:23 +0000 |
commit | f6f04b5a44ad37e3ca82c932bb1df64c7254dda5 (patch) | |
tree | 431a269253407d848aa1f774c10623ec8243f025 /source3/Doxyfile | |
parent | fc9b7a8bc61271796455cdc12149311bc76ed588 (diff) | |
download | samba-f6f04b5a44ad37e3ca82c932bb1df64c7254dda5.tar.gz |
Make CodingSuggestions show up in the Doxygen pages.
(This used to be commit b3e34ad3207f53310b2d59c07a4cec765a0f81bf)
Diffstat (limited to 'source3/Doxyfile')
-rw-r--r-- | source3/Doxyfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/Doxyfile b/source3/Doxyfile index c25a45ddc3d..327f94fa243 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 |