aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-12 22:09:11 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-12 23:51:31 +0100
commitb79a32d723ff09ac3e5fadd3cc1b341d634bbbfb (patch)
tree3219a13ef9362859527a05d683f157111b6eaa40 /Doxyfile
parentb9d7c0a8f8da1a50a6ec5a055afed8526df0d81d (diff)
downloadPROJ-b79a32d723ff09ac3e5fadd3cc1b341d634bbbfb.tar.gz
PROJ-b79a32d723ff09ac3e5fadd3cc1b341d634bbbfb.zip
Split coordinateoperation.cpp in many files in iso19111/operation directory
The big size of coordinateoperation.cpp could require significant amount of RAM to build it with -O2 level, and cause compiler crashes in some environments.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 6da7f7b9..f76b6b1d 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 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
# 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