summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:03 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-13 22:50:03 +0000
commite6d5046baca8b490e2ef93631216fe34e08d6aaa (patch)
treed5108bb30eebf4472ff070a274e909b7041ff9ba /config
parent6cdc7f3211ac5b034192b73b39868a446521f792 (diff)
Doxygen fixes
Diffstat (limited to 'config')
-rw-r--r--config/doxygen.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/doxygen.cfg b/config/doxygen.cfg
index 0daf794ef..f891b0b71 100644
--- a/config/doxygen.cfg
+++ b/config/doxygen.cfg
@@ -597,7 +597,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -611,7 +611,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 = */generated/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback