aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-05 17:22:44 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-06-05 19:33:09 +0200
commit76652fd256ea2efe20d4cbca468aea4073259bf7 (patch)
tree71163d01bd4fc53288776919da5ade18bd396b2f /src
parentefc6fb545ea4cacb2ffca697464f9638b034f351 (diff)
downloadPROJ-76652fd256ea2efe20d4cbca468aea4073259bf7.tar.gz
PROJ-76652fd256ea2efe20d4cbca468aea4073259bf7.zip
Doc: use Doxygen output for proj_normalize_for_visualization() to avoid duplication of info (current .rst content is outdated)
Diffstat (limited to 'src')
-rw-r--r--src/proj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 397b8012..762fe55c 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -524,7 +524,9 @@ PJ PROJ_DLL *proj_create_crs_to_crs_from_pj(PJ_CONTEXT *ctx,
const PJ *target_crs,
PJ_AREA *area,
const char* const *options);
+/*! @endcond Doxygen_Suppress */
PJ PROJ_DLL *proj_normalize_for_visualization(PJ_CONTEXT *ctx, const PJ* obj);
+/*! @cond Doxygen_Suppress */
void PROJ_DLL proj_assign_context(PJ* pj, PJ_CONTEXT* ctx);
PJ PROJ_DLL *proj_destroy (PJ *P);