From e6de172371ea203f6393d745641d66c82b5b13e2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 19 Dec 2018 12:25:33 +0100 Subject: cpp conversion: move source files in apps/ iso19111/ conversions/ projections/ transformations/ tests/ subdirectories --- Doxyfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 1fd0a79e..5745cca7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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. -- cgit v1.2.3