diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 7 |
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 |