Skip to content

Commit

Permalink
Don't parse cpp files with Doxygen.
Browse files Browse the repository at this point in the history
It messes with my function order and I ain't got no time for that.
  • Loading branch information
mosra committed Jan 7, 2020
1 parent f8f7855 commit 4aeb397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Doxyfile
Expand Up @@ -877,8 +877,7 @@ INPUT_ENCODING = UTF-8
# C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f, *.for, *.tcl, *.vhd,
# *.vhdl, *.ucf, *.qsf and *.ice.

FILE_PATTERNS = *.cpp \
*.h \
FILE_PATTERNS = *.h \
*.hpp \
*.dox

Expand Down

0 comments on commit 4aeb397

Please sign in to comment.