drivers: serial: 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
44ee482b0a
commit
bff37a3a6c
14 changed files with 3 additions and 120 deletions
|
@ -262,8 +262,6 @@ static void endtx_isr(const struct device *dev)
|
|||
* This simply calls the callback function, if one exists.
|
||||
*
|
||||
* @param arg Argument to ISR.
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
static void uarte_nrfx_isr_int(void *arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue