doxygen: use @a on parameters

Change-Id: I2ae106d24f17694e9b584a61a6996c6d4d8de059
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-22 14:25:02 -04:00
commit b269a66e57

View file

@ -87,7 +87,7 @@ static ALWAYS_INLINE unsigned int irq_lock(void)
*
* @brief Enable all interrupts on the local CPU
*
* This routine re-enables interrupts on the local CPU. The <key> parameter
* This routine re-enables interrupts on the local CPU. The @a key parameter
* is an architecture-dependent lock-out key that is returned by a previous
* invocation of irq_lock().
*