aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference/functions.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-09 19:28:13 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-12-09 19:28:13 +0100
commitfdd7cc1f8b5e695ddfd51969e8244d72f50df3dd (patch)
treeb286b54c69ed8907a8abb17f4a2a4e849f89161c /docs/source/development/reference/functions.rst
parentd68ba7bc1a7e09704a4ad63fc27bf44e58d26ae1 (diff)
downloadPROJ-fdd7cc1f8b5e695ddfd51969e8244d72f50df3dd.tar.gz
PROJ-fdd7cc1f8b5e695ddfd51969e8244d72f50df3dd.zip
Doc: fix return data type of proj_trans_array()
Diffstat (limited to 'docs/source/development/reference/functions.rst')
-rw-r--r--docs/source/development/reference/functions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index cc29743c..163b7f36 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -352,7 +352,7 @@ Coordinate transformation
-.. c:function:: size_t proj_trans_array(PJ *P, PJ_DIRECTION direction, size_t n, PJ_COORD *coord)
+.. c:function:: int proj_trans_array(PJ *P, PJ_DIRECTION direction, size_t n, PJ_COORD *coord)
Batch transform an array of :c:type:`PJ_COORD`.
@@ -362,7 +362,7 @@ Coordinate transformation
:type `direction`: PJ_DIRECTION
:param n: Number of coordinates in :c:data:`coord`
:type n: `size_t`
- :returns: :c:type:`size_t` 0 if all observations are transformed without error, otherwise returns error number
+ :returns: :c:type:`int` 0 if all observations are transformed without error, otherwise returns error number
Error reporting