Skip to content

Commit 961a1b1

Browse files
committed
Changed INPUT to only input necessary source directories and disabled recursion to speed up documentation generation.
1 parent db34114 commit 961a1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ WARN_LOGFILE =
781781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782782
# Note: If this tag is empty the current directory is searched.
783783

784-
INPUT = ../
784+
INPUT = ../ ../plugins
785785

786786
# This tag can be used to specify the character encoding of the source files
787787
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -853,7 +853,7 @@ FILE_PATTERNS = *.c \
853853
# be searched for input files as well.
854854
# The default value is: NO.
855855

856-
RECURSIVE = YES
856+
RECURSIVE = NO
857857

858858
# The EXCLUDE tag can be used to specify files and/or directories that should be
859859
# excluded from the INPUT source files. This way you can easily exclude a

0 commit comments

Comments
 (0)