Adding in doxygen comment headers
Moving many of the functions from the old format of inline comments to the newer doxygen format. Change-Id: Ib0fe0d8627d7cd90219385a3ab627da8f9637d98 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
027ed5682b
commit
3a109b1f00
43 changed files with 372 additions and 372 deletions
|
@ -175,15 +175,16 @@ static ALWAYS_INLINE void nanoArchInit(void)
|
|||
* to <value>. It is assumed that the specified <fiber> is pending, and thus
|
||||
* the fiber's thread is stored in its struct tcs structure.
|
||||
*
|
||||
* @param fiber pointer to the fiber
|
||||
* @param value is the value to set as a return value
|
||||
*
|
||||
* @return N/A
|
||||
*
|
||||
* \NOMANUAL
|
||||
*/
|
||||
|
||||
static ALWAYS_INLINE void fiberRtnValueSet(
|
||||
struct tcs *fiber, /* pointer to fiber */
|
||||
unsigned int value /* value to set as return value */
|
||||
)
|
||||
static ALWAYS_INLINE void fiberRtnValueSet(struct tcs *fiber,
|
||||
unsigned int value)
|
||||
{
|
||||
tESF *pEsf = (void *)fiber->preempReg.psp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue