diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-22 19:05:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 19:05:20 +0200 |
| commit | 15639d8f45a6a37783f18cc61cd719b059b99c8d (patch) | |
| tree | d2f0c2fe1ded02e0d2d4a6029d5da7761966e049 /src | |
| parent | ef6094573ee71d12dd76ee532dd00e96ba10be8d (diff) | |
| parent | c7bb85d1079790112ca0ab8b104de445c48bca13 (diff) | |
| download | PROJ-15639d8f45a6a37783f18cc61cd719b059b99c8d.tar.gz PROJ-15639d8f45a6a37783f18cc61cd719b059b99c8d.zip | |
Merge pull request #2784 from mwtoews/docs-fix
Doc: fix links to :c:func:`proj_...` by specifying "h" as "c" domain
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -559,7 +559,7 @@ 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 */ +/*! @endcond */ 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); |
