doxygen: add @brief and capitalize
Remove function name from comment and add @brief instead. Also capitilize first letter. Change-Id: Ib708b49bf02e5bc89b0066637a55874e659637e0 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1362e3c162
commit
f367f071b6
223 changed files with 1146 additions and 1147 deletions
|
@ -240,7 +240,7 @@ static ALWAYS_INLINE void nanoArchInit(void)
|
|||
|
||||
/**
|
||||
*
|
||||
* fiberRtnValueSet - set the return value for the specified fiber (inline)
|
||||
* @brief Set the return value for the specified fiber (inline)
|
||||
*
|
||||
* The register used to store the return value from a function call invocation
|
||||
* to <value>. It is assumed that the specified <fiber> is pending, and thus
|
||||
|
@ -258,7 +258,7 @@ static ALWAYS_INLINE void fiberRtnValueSet(tCCS *fiber, unsigned int value)
|
|||
|
||||
/**
|
||||
*
|
||||
* _IS_IN_ISR - indicates if kernel is handling interrupt
|
||||
* @brief Indicates if kernel is handling interrupt
|
||||
*
|
||||
* @return 1 if interrupt handler is executed, 0 otherwise
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue