Commit 6661fbc4 authored by Anas Nashif's avatar Anas Nashif
Browse files

doxygen: fixed typos and parameter references



Change-Id: I8ff21156959a8960f6cea9441f25f1d17df2aa4f
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 218e148a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/*
 * The file must not be included directly
 * Include nanokernel/cpu.h instead
 * Include arch/cpu.h instead
 */

#ifdef _ASMLANGUAGE
@@ -166,12 +166,14 @@ static ALWAYS_INLINE unsigned int irq_lock(void)
 *
 * @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
 * invocation of irq_lock().
 *
 * This routine can be called from either interrupt, task or fiber level.
 *
 * @param key architecture-dependent lock-out key
 *
 * @return N/A
 */