aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-08-27 00:10:15 +0200
committerKristian Evers <kristianevers@gmail.com>2019-08-27 00:10:15 +0200
commitf059b90ab4c52a67344886a76deecaeb53299ebd (patch)
tree72711ba7247051c71f48af8db382ddef0ce60e50 /docs
parent5a504f5491c83f2e185ee3e5a72140257c1c79de (diff)
parentbdaf9a883ec640c1db66217788cbfbc4a0a4a254 (diff)
downloadPROJ-f059b90ab4c52a67344886a76deecaeb53299ebd.tar.gz
PROJ-f059b90ab4c52a67344886a76deecaeb53299ebd.zip
Merge remote-tracking branch 'osgeo/master'6.2.0
Diffstat (limited to 'docs')
-rw-r--r--docs/source/development/reference/functions.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index e5f48439..c010fd13 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -696,6 +696,19 @@ Various
:type `direction`: PJ_DIRECTION
:returns: :c:type:`int` 1 if output units is expected in radians, otherwise 0
+
+Cleanup
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+.. c:function:: void proj_cleanup()
+
+ .. versionadded:: 6.2.0
+
+ This function frees global resources (grids, cache of +init files). It
+ should be called typically before process termination, and *after* having
+ freed PJ and PJ_CONTEXT objects.
+
+
C API for ISO-19111 functionality
+++++++++++++++++++++++++++++++++