Updated Doxygen config file to also read *.ino files. Changed name to be project/repo name.

This commit is contained in:
jakeg00dwin 2024-09-24 14:06:59 -07:00
parent 91d6247b9a
commit 12a07e1371
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places. # title of most generated pages and in a few other places.
# The default value is: My Project. # 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 # 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 # 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. # *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.ino \
*.cc \ *.cc \
*.cxx \ *.cxx \
*.cxxm \ *.cxxm \