doxygen: fixed typos and parameter references

Change-Id: I8ff21156959a8960f6cea9441f25f1d17df2aa4f
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-04 09:37:29 -04:00
commit 6661fbc407

View file

@ -37,7 +37,7 @@
/* /*
* The file must not be included directly * The file must not be included directly
* Include nanokernel/cpu.h instead * Include arch/cpu.h instead
*/ */
#ifdef _ASMLANGUAGE #ifdef _ASMLANGUAGE
@ -166,12 +166,14 @@ static ALWAYS_INLINE unsigned int irq_lock(void)
* *
* @brief Enable all interrupts on the CPU (inline) * @brief Enable all interrupts on the CPU (inline)
* *
* This routine re-enables interrupts on the CPU. The <key> parameter is an * This routine re-enables interrupts on the CPU. The @a key parameter is an
* architecture-dependent lock-out key that is returned by a previous * architecture-dependent lock-out key that is returned by a previous
* invocation of irq_lock(). * invocation of irq_lock().
* *
* This routine can be called from either interrupt, task or fiber level. * This routine can be called from either interrupt, task or fiber level.
* *
* @param key architecture-dependent lock-out key
*
* @return N/A * @return N/A
*/ */