We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db34114 commit 961a1b1Copy full SHA for 961a1b1
doc/Doxyfile
@@ -781,7 +781,7 @@ WARN_LOGFILE =
781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782
# Note: If this tag is empty the current directory is searched.
783
784
-INPUT = ../
+INPUT = ../ ../plugins
785
786
# This tag can be used to specify the character encoding of the source files
787
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -853,7 +853,7 @@ FILE_PATTERNS = *.c \
853
# be searched for input files as well.
854
# The default value is: NO.
855
856
-RECURSIVE = YES
+RECURSIVE = NO
857
858
# The EXCLUDE tag can be used to specify files and/or directories that should be
859
# excluded from the INPUT source files. This way you can easily exclude a
0 commit comments