aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 19:36:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 19:36:46 +0000
commitfde181a8302ad05e40fca5df03a62e64fb10f9e4 (patch)
treed73f4fa223c14d757c166ec1ff8d72474f3ca3a8 /LUFA/Common
parent60d724e398db8236ca243f59936a8b298c070a3c (diff)
downloadlufa-fde181a8302ad05e40fca5df03a62e64fb10f9e4.tar.gz
lufa-fde181a8302ad05e40fca5df03a62e64fb10f9e4.tar.bz2
lufa-fde181a8302ad05e40fca5df03a62e64fb10f9e4.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h2
1 files changed, 1 insertions, 1 deletions
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