diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-12-03 18:14:19 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-12-03 18:14:19 (GMT) |
commit | cfb38c32173c3a16dc1c8e868b4cc23a68ed28b8 (patch) | |
tree | 018e8f5de990aedc2ea2b98065d07bc92253a8f1 /doc | |
parent | 4edf2204046b915a6244cde9be0df3ff60e312cb (diff) | |
download | Doxygen-cfb38c32173c3a16dc1c8e868b4cc23a68ed28b8.zip Doxygen-cfb38c32173c3a16dc1c8e868b4cc23a68ed28b8.tar.gz Doxygen-cfb38c32173c3a16dc1c8e868b4cc23a68ed28b8.tar.bz2 |
Release-1.7.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.doc b/doc/config.doc index 022f4cd..bf81121 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -1075,15 +1075,15 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" \anchor cfg_exclude <dt>\c EXCLUDE <dd> \addindex EXCLUDE - The \c EXCLUDE tag can be used to specify files and/or directories that should + The \c EXCLUDE tag can be used to specify files and/or directories that should be excluded from the \c INPUT source files. This way you can easily exclude a subdirectory from a directory tree whose root is specified with the \c 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. \anchor cfg_exclude_symlinks <dt>\c EXCLUDE_SYMLINKS <dd> \addindex EXCLUDE_SYMLINKS - The \c EXCLUDE_SYMLINKS tag can be used select whether or not files or directories + The \c 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. \anchor cfg_exclude_patterns |