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
|
@ -247,8 +247,6 @@ static void uart_imx_irq_callback_set(const struct device *dev,
|
|||
* received.
|
||||
*
|
||||
* @param arg Argument to ISR.
|
||||
*
|
||||
* @return N/A
|
||||
*/
|
||||
void uart_imx_isr(const struct device *dev)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue