doc: fix doxygen comments with embedded reST
Doxygen comments can include doxygen-specific markup tags. If other markup tags are used (e.g., restructuredText) we need to indicate that in the doxygen comments (via @rststar/@endrststar tags). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
98980c6b7c
commit
00c41ea893
3 changed files with 23 additions and 11 deletions
|
@ -851,9 +851,12 @@ void shell_help(const struct shell *shell);
|
|||
* This function must not be called from shell command context!
|
||||
|
||||
*
|
||||
* @param[in] shell Pointer to the shell instance. It can be NULL when
|
||||
* @param[in] shell Pointer to the shell instance.
|
||||
* @rststar
|
||||
* It can be NULL when
|
||||
* the :option:`CONFIG_SHELL_BACKEND_DUMMY` option is
|
||||
* enabled.
|
||||
* @endrststar
|
||||
* @param[in] cmd Command to be executed.
|
||||
*
|
||||
* @returns Result of the execution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue