* doc/Doxyfile.in (EXCLUDE_SYMLINKS): Set to YES, since we have no

legitimate symlink in our source tree.  Requested by Akim Demaille.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-20 13:35:33 +00:00
parent 8dbc9424c1
commit 988dbbd367
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-12-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (EXCLUDE_SYMLINKS): Set to YES, since we have no
legitimate symlink in our source tree. Requested by Akim Demaille.
2004-12-20 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr> 2004-12-20 Denis Poitrenaud <Denis.Poitrenaud@lip6.fr>
* src/tgbaalgos/ndfs_result.hh: Rewrite the computation of accepting * src/tgbaalgos/ndfs_result.hh: Rewrite the computation of accepting

View file

@ -455,7 +455,7 @@ EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input. # that are symbolic links (a Unix filesystem feature) are excluded from the input.
EXCLUDE_SYMLINKS = NO EXCLUDE_SYMLINKS = YES
# If the value of the INPUT tag contains directories, you can use the # If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude