x86: 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
2e629b85f2
commit
25f87aac87
5 changed files with 0 additions and 24 deletions
|
@ -115,9 +115,6 @@ typedef struct s_isrList {
|
|||
* @param p IRQ priority
|
||||
* @param v Interrupt Vector
|
||||
* @param d Descriptor Privilege Level
|
||||
*
|
||||
* @return N/A
|
||||
*
|
||||
*/
|
||||
|
||||
#define NANO_CPU_INT_REGISTER(r, n, p, v, d) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue