summaryrefslogtreecommitdiff
path: root/source3/Doxyfile
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-16 07:28:23 +0000
committerMartin Pool <mbp@samba.org>2001-11-16 07:28:23 +0000
commitf6f04b5a44ad37e3ca82c932bb1df64c7254dda5 (patch)
tree431a269253407d848aa1f774c10623ec8243f025 /source3/Doxyfile
parentfc9b7a8bc61271796455cdc12149311bc76ed588 (diff)
downloadsamba-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/Doxyfile9
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