sparc: 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
7f794db27b
commit
bb16e162a7
1 changed files with 0 additions and 3 deletions
|
@ -12,12 +12,9 @@
|
|||
#include <kernel_internal.h>
|
||||
|
||||
/**
|
||||
*
|
||||
* @brief Prepare to and run C code
|
||||
*
|
||||
* This routine prepares for the execution of and runs C code.
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
|
||||
void _PrepC(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue