From 919dc5ca50839541568ef5c0f18f2156d639beef Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 18 Dec 2018 21:16:23 +0100 Subject: cpp conversion: fix Doxygen warnings --- Doxyfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3