aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class
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 /LUFA/Drivers/USB/Class
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 'LUFA/Drivers/USB/Class')
-rw-r--r--LUFA/Drivers/USB/Class/Host/HIDParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/HIDParser.h b/LUFA/Drivers/USB/Class/Host/HIDParser.h
index 4322c5106..e9716f3fc 100644
--- a/LUFA/Drivers/USB/Class/Host/HIDParser.h
+++ b/LUFA/Drivers/USB/Class/Host/HIDParser.h
@@ -288,7 +288,7 @@
* HID_ReportInfo_t structure. This can be used to filter only those items the application will be using, so that
* no RAM is wasted storing the attributes for report items which will never be referenced by the application.
*
- * \param CurrentItemAttributes Pointer to the current report item attributes for user checking
+ * \param[in] CurrentItemAttributes Pointer to the current report item attributes for user checking
*
* \return Boolean true if the item should be stored into the HID_ReportInfo_t structure, false if it should be ignored
*/