summaryrefslogtreecommitdiff
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-03-28 23:20:00 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-03-30 01:44:13 -0300
commit9af69e5f63f2c7618f5a5dba41f80d3546ae4797 (patch)
tree189a4fbb2394df53eaedeb31a49c28b14c9daeaf /doxygen.cfg.in
parent4ad4d214b7939d4ca8370312ea202e58687e0f84 (diff)
doxygen.cfg.in: Do not generate docs for future (internal) stuff.
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index f879910f..ce0f5fdf 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -589,7 +589,8 @@ EXCLUDE_PATTERNS = */.svn/* \
*/cmake/* \
*.moc.* \
*/tests/* \
- *-internal.*
+ *-internal.* \
+ future*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the