Skip to content

Commit 7d98dc2

Browse files
committed
Do not exclude non-existent content
1 parent 045d9de commit 7d98dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ RECURSIVE = YES
694694
# excluded from the INPUT source files. This way you can easily exclude a
695695
# subdirectory from a directory tree whose root is specified with the INPUT tag.
696696

697-
EXCLUDE = @interop_srcdir@/lib/UserInterface/textinput
697+
EXCLUDE =
698698

699699
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
700700
# directories that are symbolic links (a Unix filesystem feature) are excluded

0 commit comments

Comments
 (0)