diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-06-05 17:22:44 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-06-05 17:22:44 +0200 |
| commit | 192a15764a9e6286d94ca17f4a1b1e7b7c8b56f3 (patch) | |
| tree | e7313cf01dd2073f4a48624fd2441cfaccb20494 /src | |
| parent | 2a84dc816e2a3d5c6b963ae84178a463c3ac2154 (diff) | |
| download | PROJ-192a15764a9e6286d94ca17f4a1b1e7b7c8b56f3.tar.gz PROJ-192a15764a9e6286d94ca17f4a1b1e7b7c8b56f3.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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -546,7 +546,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); |
