shell: remove @return doc for void functions
For functions returning nothing, there is no need to document with @return, as Doxgen complains about "documented empty return type of ...". Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
d2e28da06b
commit
39d33fc352
1 changed files with 0 additions and 2 deletions
|
@ -842,8 +842,6 @@ int shell_init(const struct shell *shell, const void *transport_config,
|
|||
*
|
||||
* @param shell Pointer to shell instance.
|
||||
* @param cb Callback called when uninitialization is completed.
|
||||
*
|
||||
* @return Standard error code.
|
||||
*/
|
||||
void shell_uninit(const struct shell *shell, shell_uninit_cb_t cb);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue