Skip to content

Commit 35847dd

Browse files
committed
doc REFACTOR formatting
1 parent 70f6f54 commit 35847dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,10 @@ LIBYANG_API_DECL const struct lysp_submodule *ly_ctx_get_submodule2_latest(const
602602
LIBYANG_API_DECL uint32_t ly_ctx_internal_modules_count(const struct ly_ctx *ctx);
603603

604604
/**
605-
* @brief Try to find the model in the searchpaths of \p ctx and load it into it. If custom missing
605+
* @brief Try to find the model in the searchpaths of @p ctx and load it into it. If custom missing
606606
* module callback is set, it is used instead.
607607
*
608-
* The context itself is searched for the requested module first. If \p revision is not specified
608+
* The context itself is searched for the requested module first. If @p revision is not specified
609609
* (the module of the latest revision is requested) and there is implemented revision of the requested
610610
* module in the context, this implemented revision is returned despite there might be a newer revision.
611611
* This behavior is cause by the fact that it is not possible to have multiple implemented revisions of

0 commit comments

Comments
 (0)