aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/index.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-01 13:34:32 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:39 +0100
commit9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7 (patch)
treea35e99c8a19a4a8863e710833bd4dc5b466edd3e /docs/source/development/index.rst
parent4478eed4f5fe9d33fe7ef34126f98d3f7aa2daa5 (diff)
downloadPROJ-9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7.tar.gz
PROJ-9419b42ade1f1d35a61c05f0f7ce9aab2eeff3c7.zip
Remove proj_api.h
Removes proj_api.h from the public API. The contents of the header file has been moved to proj_internal.h verbatim and any references to proj_api.h has been changed to proj_internal.h. The documentation of proj_api.h has been removed. The only exception to this is the API migration guides which still mention the old API. Fixes #837
Diffstat (limited to 'docs/source/development/index.rst')
-rw-r--r--docs/source/development/index.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index 85c10c6d..f985279f 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -39,9 +39,8 @@ are maintained in a `separate git repository <https://github.com/OSGeo/proj-datu
.. attention::
The ``proj_api.h`` header and the functions related to it is
- considered deprecated from version 5.0.0 and onwards. The header will be
- removed from PROJ in version 7.0.0 scheduled for release March 1st
- 2020.
+ considered deprecated from version 5.0.0 and onwards. The header has been
+ removed in version 8.0.0 released March 1st 2021.
.. attention::