kernel: 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
5e05393afa
commit
d3b030be9b
7 changed files with 4 additions and 129 deletions
|
@ -28,8 +28,6 @@
|
|||
* @param p1 First argument.
|
||||
* @param p2 Second argument.
|
||||
* @param p3 Third argument.
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_THREAD_MONITOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue