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:
Daniel Leung 2022-01-06 17:02:26 -08:00 committed by Anas Nashif
commit bb16e162a7

View file

@ -12,12 +12,9 @@
#include <kernel_internal.h> #include <kernel_internal.h>
/** /**
*
* @brief Prepare to and run C code * @brief Prepare to and run C code
* *
* This routine prepares for the execution of and runs C code. * This routine prepares for the execution of and runs C code.
*
* @return N/A
*/ */
void _PrepC(void) void _PrepC(void)