From 6661fbc407d8d505334b704f1f5be57d0b38e334 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 4 Oct 2015 09:37:29 -0400 Subject: [PATCH] doxygen: fixed typos and parameter references Change-Id: I8ff21156959a8960f6cea9441f25f1d17df2aa4f Signed-off-by: Anas Nashif --- include/arch/arm/cortex_m/asm_inline_gcc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/arch/arm/cortex_m/asm_inline_gcc.h b/include/arch/arm/cortex_m/asm_inline_gcc.h index c05be5df818..301255ed5d6 100644 --- a/include/arch/arm/cortex_m/asm_inline_gcc.h +++ b/include/arch/arm/cortex_m/asm_inline_gcc.h @@ -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 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 */