* 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:
parent
8dbc9424c1
commit
988dbbd367
2 changed files with 6 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ 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 from the input.
|
||||
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_SYMLINKS = YES
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue