From 416624febeed223774afd9b6d2b3756720fdfa88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 9 Apr 2007 23:42:04 +0200 Subject: Until the contributed code is moved in its own contrib/ tree, ignore those parts we don't care about to document. --- doc/Doxyfile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3