drivers: console: 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:
Daniel Leung 2022-01-06 16:39:27 -08:00 committed by Anas Nashif
commit 44ee482b0a
5 changed files with 0 additions and 11 deletions

View file

@ -51,7 +51,6 @@ extern void __printk_hook_install(int (*fn)(int));
/**
* @brief Install printk/stdout hook for Xtensa Simulator console output
* @return N/A
*/
static void xt_sim_console_hook_install(void)
{