doc: Fix misuse of @file doxygen tag
Summary lines follow the @brief tag instead of the @file tag. This prevents doxygen build warnings such as ... The name xxx supplied as the second argument in the \file statement is not an input file Change-Id: I1014586ad21be12e14aa1d2a942e6b8a11211795 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
bfe756da7d
commit
8413e1f872
5 changed files with 10 additions and 5 deletions
|
@ -15,7 +15,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file IRQ Offload interface
|
||||
* @file
|
||||
* @brief IRQ Offload interface
|
||||
*/
|
||||
#ifndef _IRQ_OFFLOAD_H_
|
||||
#define _IRQ_OFFLOAD_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue