generated from TDD-Templates/cmake_cpputest_template
Updated Doxygen config file to also read *.ino files. Changed name to be project/repo name.
This commit is contained in:
parent
91d6247b9a
commit
12a07e1371
3
Doxyfile
3
Doxyfile
|
@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# title of most generated pages and in a few other places.
|
||||
# The default value is: My Project.
|
||||
|
||||
PROJECT_NAME = "My Project"
|
||||
PROJECT_NAME = "multi-tracker"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
|
@ -990,6 +990,7 @@ INPUT_FILE_ENCODING =
|
|||
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
|
||||
|
||||
FILE_PATTERNS = *.c \
|
||||
*.ino \
|
||||
*.cc \
|
||||
*.cxx \
|
||||
*.cxxm \
|
||||
|
|
Loading…
Reference in New Issue