diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 08:36:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 08:36:12 +0000 |
commit | c75f8bf2236bc69511d0ff0bc79bfaf1f62e3bfd (patch) | |
tree | 9626505319264bcedb554e9fb70a568673c6c22a /Demos/Device/ClassDriver/KeyboardMouse | |
parent | 234d0a39eb3e261a1ddfcea31d7104e3400b2491 (diff) | |
download | lufa-c75f8bf2236bc69511d0ff0bc79bfaf1f62e3bfd.tar.gz lufa-c75f8bf2236bc69511d0ff0bc79bfaf1f62e3bfd.tar.bz2 lufa-c75f8bf2236bc69511d0ff0bc79bfaf1f62e3bfd.zip |
More Doxygen fixes - ensure no undocumented function parameters.
Diffstat (limited to 'Demos/Device/ClassDriver/KeyboardMouse')
-rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf | 2 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf b/Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf index 12916856b..617aa9b3e 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf +++ b/Demos/Device/ClassDriver/KeyboardMouse/Doxygen.conf @@ -593,7 +593,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = Documentation/
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
diff --git a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c index 1d94f1b26..30e90f4a9 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c +++ b/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c @@ -213,6 +213,7 @@ uint16_t CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_t* HIDInterfaceIn /** HID class driver callback function for the processing of HID reports from the host.
*
* \param HIDInterfaceInfo Pointer to the HID class interface configuration structure being referenced
+ * \param ReportID Report ID of the received report from the host
* \param ReportData Pointer to a buffer where the created report has been stored
* \param ReportSize Size in bytes of the received HID report
*/
|