We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a012c4 commit d801cb0Copy full SHA for d801cb0
1 file changed
Doxyfile
@@ -14,8 +14,8 @@ DOXYFILE_ENCODING = UTF-8
14
# Configuration options related to the input files
15
#---------------------------------------------------------------------------
16
17
-INPUT = src include .
18
-FILE_PATTERNS = *.h *.hpp *.c *.cpp *.ino
+INPUT = src include docs .
+FILE_PATTERNS = *.h *.hpp *.c *.cpp *.ino *.dox
19
EXTENSION_MAPPING = ino=C++
20
RECURSIVE = YES
21
0 commit comments