From: Dean Camera Date: Sun, 8 Apr 2012 19:36:46 +0000 (+0000) Subject: Minor documentation improvements. X-Git-Tag: LUFA-120730~81 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/fde181a8302ad05e40fca5df03a62e64fb10f9e4?ds=sidebyside;hp=-c Minor documentation improvements. --- fde181a8302ad05e40fca5df03a62e64fb10f9e4 diff --git a/LUFA.pnproj b/LUFA.pnproj index 4580981c8..28917f508 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file 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