diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-22 19:05:20 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-22 17:05:44 +0000 |
| commit | 618ce76ba02e688cf10ef1d50613d95ff37d59bb (patch) | |
| tree | 7f26d2dcb81549548552bbf8a545204fd71e47d4 /src/proj.h | |
| parent | d973e5a56825b04f2038456b8fc7290dafa79a28 (diff) | |
| download | PROJ-618ce76ba02e688cf10ef1d50613d95ff37d59bb.tar.gz PROJ-618ce76ba02e688cf10ef1d50613d95ff37d59bb.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/proj.h')
| -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); |
