Skip to content

Commit c7003d0

Browse files
committed
update doxyfile
1 parent 3c5adc8 commit c7003d0

3 files changed

Lines changed: 5366 additions & 1 deletion

File tree

Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,8 @@ INPUT_FILE_ENCODING =
10051005
# be provided as Doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
10061006
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
10071007

1008-
FILE_PATTERNS = *.c \
1008+
FILE_PATTERNS = *.asm \
1009+
*.c \
10091010
*.cc \
10101011
*.cxx \
10111012
*.cxxm \

0 commit comments

Comments
 (0)