diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-18 21:16:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 10:08:53 +0100 |
| commit | 919dc5ca50839541568ef5c0f18f2156d639beef (patch) | |
| tree | 6458f7ce5e3b92e125e1ad85e579f3e13f57552f /Doxyfile | |
| parent | 93d8f3a3504c1e92333524aa6aeca169c103166a (diff) | |
| download | PROJ-919dc5ca50839541568ef5c0f18f2156d639beef.tar.gz PROJ-919dc5ca50839541568ef5c0f18f2156d639beef.zip | |
cpp conversion: fix Doxygen warnings
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. |
