We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facd64b commit c433556Copy full SHA for c433556
unirec/Doxyfile.in
@@ -97,9 +97,9 @@ WARN_LOGFILE =
97
#---------------------------------------------------------------------------
98
# Configuration options related to the input files
99
100
-INPUT = ./ doc/
+INPUT = ./ ./unirec++/ ./include/unirec/ ./include/unirec++/ doc/
101
INPUT_ENCODING = UTF-8
102
-FILE_PATTERNS = *.c *.h *.txt *.md
+FILE_PATTERNS = *.c *.h *.cpp *.hpp *.txt *.md
103
RECURSIVE = NO
104
EXCLUDE =
105
EXCLUDE_SYMLINKS = NO
0 commit comments