diff options
| author | Brendan Jurd <brendan.jurd@geoplex.com.au> | 2021-11-19 11:06:26 +1100 |
|---|---|---|
| committer | Brendan Jurd <brendan.jurd@geoplex.com.au> | 2021-11-19 18:59:27 +1100 |
| commit | 4bada5813e03d89f3b8020481c52778500341a34 (patch) | |
| tree | 3993e1c6fa8c36a07c1727f3f99822a328e0abc6 /src/proj.h | |
| parent | 8772f08ee8f9dc52af4b92290607c48422e8f7f9 (diff) | |
| download | PROJ-4bada5813e03d89f3b8020481c52778500341a34.tar.gz PROJ-4bada5813e03d89f3b8020481c52778500341a34.zip | |
DOCS: Add doxygen entry for proj_context_set_search_paths.
Refs #2540.
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -381,7 +381,9 @@ PJ_CONTEXT PROJ_DLL *proj_context_clone (PJ_CONTEXT *ctx); typedef const char* (*proj_file_finder) (PJ_CONTEXT *ctx, const char*, void* user_data); void PROJ_DLL proj_context_set_file_finder(PJ_CONTEXT *ctx, proj_file_finder finder, void* user_data); +/*! @endcond */ void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); +/*! @cond Doxygen_Suppress */ void PROJ_DLL proj_context_set_ca_bundle_path(PJ_CONTEXT *ctx, const char *path); void PROJ_DLL proj_context_use_proj4_init_rules(PJ_CONTEXT *ctx, int enable); int PROJ_DLL proj_context_get_use_proj4_init_rules(PJ_CONTEXT *ctx, int from_legacy_code_path); |
