diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-12-03 18:14:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-12-03 18:14:19 (GMT) |
commit | e48f695c385ccc356e124ac3a851a6228f4f5b84 (patch) | |
tree | 018e8f5de990aedc2ea2b98065d07bc92253a8f1 /src/config.xml | |
parent | 645cc7c6f75bdad11ceb129d135b5b01f34c3212 (diff) | |
download | Doxygen-e48f695c385ccc356e124ac3a851a6228f4f5b84.zip Doxygen-e48f695c385ccc356e124ac3a851a6228f4f5b84.tar.gz Doxygen-e48f695c385ccc356e124ac3a851a6228f4f5b84.tar.bz2 |
Release-1.7.6
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml index 5ce921c..50867b2 100644 --- a/src/config.xml +++ b/src/config.xml @@ -645,14 +645,15 @@ should be searched for input files as well. Possible values are YES and NO. If left blank NO is used. ' defval='0'/> <option type='list' id='EXCLUDE' format='filedir' docs=' -The EXCLUDE tag can be used to specify files and/or directories that should +The EXCLUDE tag can be used to specify files and/or directories that should be 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. -Note that relative paths are relative to directory from which doxygen is run. +Note that relative paths are relative to the directory from which doxygen is +run. '> </option> <option type='bool' id='EXCLUDE_SYMLINKS' docs=' -The EXCLUDE_SYMLINKS tag can be used select whether or not files or +The EXCLUDE_SYMLINKS tag can be used to select whether or not files or directories that are symbolic links (a Unix file system feature) are excluded from the input. ' defval='0'/> |