summaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-02-18 11:05:49 +0100
committerPatrick McHardy <kaber@trash.net>2010-02-18 12:53:34 +0100
commitb9bbb2d9b7a6a6dc1c7ef0f34c00dd4014c9d922 (patch)
treec429d75c3f7988f80dd50ef606ed568d8e3ab93a /doc/Doxyfile.in
parentd7321e7632f2e8c5694e018b466825091ad3b038 (diff)
doc: skip .git in Doxygen
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index c6666fa..d1a2d62 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -193,7 +193,7 @@ ALIASES =
# For instance, some of the names that are used will be different. The list
# of all members will be omitted, etc.
-OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_FOR_C = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
# sources only. Doxygen will then generate output that is more tailored for
@@ -577,7 +577,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */.git/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -647,7 +647,7 @@ FILTER_SOURCE_FILES = NO
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.