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:
parent
0e1d5a48a9
commit
44ee482b0a
5 changed files with 0 additions and 11 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue