diff options
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -797,7 +797,10 @@ INPUT_ENCODING = UTF-8 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js. -FILE_PATTERNS = *.hpp *.cpp +FILE_PATTERNS = *.hpp static.cpp util.cpp metadata.cpp common.cpp \ + crs.cpp datum.cpp coordinatesystem.cpp \ + coordinateoperation.cpp io.cpp \ + internal.cpp factory.cpp c_api.cpp # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. |
