Update doxyfile
This commit is contained in:
parent
f30cdb9c95
commit
835d8f15c7
1 changed files with 14 additions and 3 deletions
|
|
@ -654,13 +654,13 @@ RECURSIVE = YES
|
||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# 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.
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||||
|
|
||||||
EXCLUDE = ../../html/addon
|
EXCLUDE = ../../html/addon ../../include/tfpdf
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||||
# from the input.
|
# 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
|
||||||
|
|
@ -673,7 +673,18 @@ EXCLUDE_PATTERNS = a?.php \
|
||||||
?.php \
|
?.php \
|
||||||
test*.php \
|
test*.php \
|
||||||
calendar-*.js \
|
calendar-*.js \
|
||||||
richtext.js
|
richtext.js \
|
||||||
|
builder.js \
|
||||||
|
controls.js \
|
||||||
|
dragdrop.js \
|
||||||
|
effects.js \
|
||||||
|
prototype.js \
|
||||||
|
scriptaculous.js \
|
||||||
|
scripts.js \
|
||||||
|
slider.js \
|
||||||
|
sound.js \
|
||||||
|
unittest.js.
|
||||||
|
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue