From 372b5b74804b1d279c952f4a7811ade3e5815a35 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 9 Dec 2020 19:28:13 +0100 Subject: Doc: fix return data type of proj_trans_array() --- docs/source/development/reference/functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/development/reference') diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 32902916..df452032 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -364,7 +364,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`. @@ -374,7 +374,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 -- cgit v1.2.3