diff options
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -772,7 +772,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src include/proj src/proj.h src/proj_experimental.h src/general_doc.dox +INPUT = src/iso19111 include/proj src/proj.h src/proj_experimental.h src/general_doc.dox # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -797,10 +797,7 @@ 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 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 +FILE_PATTERNS = *.hpp *.cpp # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. |
