aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-18 21:16:23 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-26 10:08:53 +0100
commit919dc5ca50839541568ef5c0f18f2156d639beef (patch)
tree6458f7ce5e3b92e125e1ad85e579f3e13f57552f /Doxyfile
parent93d8f3a3504c1e92333524aa6aeca169c103166a (diff)
downloadPROJ-919dc5ca50839541568ef5c0f18f2156d639beef.tar.gz
PROJ-919dc5ca50839541568ef5c0f18f2156d639beef.zip
cpp conversion: fix Doxygen warnings
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 282030fc..1fd0a79e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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.