aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/V2ProtocolTarget.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-24 02:05:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-24 02:05:33 +0000
commit409c49f057f2d1cdea1fc2856ac20771bc0089d1 (patch)
tree0cb81f8792dd602749e841d2aca49e38336353a7 /Projects/AVRISP/Lib/V2ProtocolTarget.h
parent573a27d90ad2f00bfd2c639d3018e65d29099071 (diff)
downloadlufa-409c49f057f2d1cdea1fc2856ac20771bc0089d1.tar.gz
lufa-409c49f057f2d1cdea1fc2856ac20771bc0089d1.tar.bz2
lufa-409c49f057f2d1cdea1fc2856ac20771bc0089d1.zip
Doxygen fixes to \param directives to give data direction in all projects. Make HID item filtering routines clearer in the HID WithParser demos.
Diffstat (limited to 'Projects/AVRISP/Lib/V2ProtocolTarget.h')
-rw-r--r--Projects/AVRISP/Lib/V2ProtocolTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/V2ProtocolTarget.h b/Projects/AVRISP/Lib/V2ProtocolTarget.h
index 6322b9f33..0de7b39cc 100644
--- a/Projects/AVRISP/Lib/V2ProtocolTarget.h
+++ b/Projects/AVRISP/Lib/V2ProtocolTarget.h
@@ -60,7 +60,7 @@
/* Inline Functions: */
/** Blocking delay for a given number of milliseconds, via a hardware timer.
*
- * \param DelayMS Number of milliseconds to delay for
+ * \param[in] DelayMS Number of milliseconds to delay for
*/
static inline void V2Protocol_DelayMS(uint8_t DelayMS)
{