From 06d299db13f301d261d49558a18aec7a91276bd8 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Tue, 5 Oct 2021 12:27:28 -0500 Subject: Add proj_trans_bounds to compute the image of a input bounding box through a transformation (#2882) Fixes #2779 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 37776f9f..accc13f0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -766,7 +766,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src/iso19111 src/iso19111/operation include/proj src/proj.h src/proj_experimental.h src/general_doc.dox src/filemanager.cpp src/networkfilemanager.cpp +INPUT = src/iso19111 src/iso19111/operation include/proj src/proj.h src/proj_experimental.h src/general_doc.dox src/filemanager.cpp src/networkfilemanager.cpp src/4D_api.cpp # 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 -- cgit v1.2.3