diff options
Diffstat (limited to '')
-rw-r--r-- | src/context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context.h b/src/context.h index 31f41b9..a9ad91f 100644 --- a/src/context.h +++ b/src/context.h @@ -602,10 +602,10 @@ LIBYANG_API_DECL const struct lysp_submodule *ly_ctx_get_submodule2_latest(const LIBYANG_API_DECL uint32_t ly_ctx_internal_modules_count(const struct ly_ctx *ctx); /** - * @brief Try to find the model in the searchpaths of \p ctx and load it into it. If custom missing + * @brief Try to find the model in the searchpaths of @p ctx and load it into it. If custom missing * module callback is set, it is used instead. * - * The context itself is searched for the requested module first. If \p revision is not specified + * The context itself is searched for the requested module first. If @p revision is not specified * (the module of the latest revision is requested) and there is implemented revision of the requested * module in the context, this implemented revision is returned despite there might be a newer revision. * This behavior is cause by the fact that it is not possible to have multiple implemented revisions of @@ -660,7 +660,7 @@ LIBYANG_API_DECL LY_ERR ly_ctx_get_yanglib_data(const struct ly_ctx *ctx, struct * Note that the data stored by user into the ::lysc_node.priv pointer are kept * untouched and the caller is responsible for freeing this private data. * - * @param[in] ctx libyang context to destroy + * @param[in] ctx Context to destroy. */ LIBYANG_API_DECL void ly_ctx_destroy(struct ly_ctx *ctx); |