From ceca27cd44a97162558bcef6ad3ccfc397bab1db Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 6 Jan 2022 17:00:52 -0800 Subject: [PATCH] nios2: 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 --- arch/nios2/core/prep_c.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/nios2/core/prep_c.c b/arch/nios2/core/prep_c.c index 1345d176381..252e29fcf48 100644 --- a/arch/nios2/core/prep_c.c +++ b/arch/nios2/core/prep_c.c @@ -23,12 +23,9 @@ #include /** - * * @brief Prepare to and run C code * * This routine prepares for the execution of and runs C code. - * - * @return N/A */ void _PrepC(void)