From fde181a8302ad05e40fca5df03a62e64fb10f9e4 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 8 Apr 2012 19:36:46 +0000 Subject: Minor documentation improvements. --- LUFA/Common/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA') diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 0ec11113b..871998dc4 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -219,7 +219,7 @@ * * \ingroup Group_GlobalInt * - * \param Name Unique name of the interrupt service routine. + * \param[in] Name Unique name of the interrupt service routine. */ #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void) #endif -- cgit v1.2.3