summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-12 08:32:37 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-12 08:32:37 +0000
commit60d31170fb6f29358c0b6429682c2716eb1d07fd (patch)
treecb8fc9f066d40cacd704eb20ab6df6ab059b3843 /doc
parente5bfca3abe3afebf80f8d27bc079657654570522 (diff)
doc exclude some evas internal stuff.
SVN revision: 82691
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 848e06a61..4ee257c93 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -637,7 +637,12 @@ 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 = @top_builddir@/src/lib/eina_amalgamation.c
+EXCLUDE = @top_builddir@/src/lib/evas/common \
+ @top_builddir@/src/lib/evas/cache \
+ @top_builddir@/src/lib/evas/file \
+ @top_builddir@/src/lib/evas/cserve2 \
+ @top_builddir@/src/lib/evas/include
+
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -651,7 +656,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 = *_private*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the