Skip to content

Commit

Permalink
Docs: Don't process .cxx files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jan 22, 2024
1 parent 3ee4153 commit bc43456
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manual/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -766,9 +766,7 @@ INPUT_ENCODING = UTF-8
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf.

FILE_PATTERNS = *.c \
*.cxx \
*.h \
FILE_PATTERNS = *.h \
*.hxx \
*.py

Expand Down

0 comments on commit bc43456

Please sign in to comment.