summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 23:42:04 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 23:42:04 +0200
commit416624febeed223774afd9b6d2b3756720fdfa88 (patch)
tree5cb279603fcbd15a8c2eea318f9f880540d7610e /doc
parentfa0d22f2607e111c1a62bc06234e696e4256e3d5 (diff)
downloadxine-lib-416624febeed223774afd9b6d2b3756720fdfa88.tar.gz
xine-lib-416624febeed223774afd9b6d2b3756720fdfa88.tar.bz2
Until the contributed code is moved in its own contrib/ tree, ignore those parts we don't care about to document.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index b0fe11184..9c075d44c 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -480,7 +480,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 = libw32dll/wine/*
+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
@@ -494,7 +494,10 @@ 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 = */src/libw32dll/wine/*
+EXCLUDE_PATTERNS += */src/input/libdvdnav/*
+EXCLUDE_PATTERNS += */src/input/vcd/libcdio/*
+EXCLUDE_PATTERNS += */src/input/vcd/libvcd/*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see