doc: remove @return doc for void functions in sample code
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
e2e40862c1
commit
2e629b85f2
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ requirements, we use the ``satisfy`` alias in doxygen::
|
|||
*
|
||||
* @param sem Address of the semaphore.
|
||||
*
|
||||
* @return N/A
|
||||
* @satisfy{@req{015}}
|
||||
*/
|
||||
__syscall void k_sem_give(struct k_sem *sem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue