diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-11 21:50:35 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-11 21:50:35 +0100 |
| commit | acab18920ec25ccbc2affe8bda924ff5f961d30c (patch) | |
| tree | 2634d1dff28e8495a2f5a8639fe61d02a9d64f20 /docs | |
| parent | 2e13f14493b57cce761c188d17a6abf0a7f71bbf (diff) | |
| download | PROJ-acab18920ec25ccbc2affe8bda924ff5f961d30c.tar.gz PROJ-acab18920ec25ccbc2affe8bda924ff5f961d30c.zip | |
funtions.rst: fix sphynx syntax
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index df452032..b37eacdd 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -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:`int` 0 if all observations are transformed without error, otherwise returns error number + :returns: `int` 0 if all observations are transformed without error, otherwise returns error number Error reporting |
