projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added module file dependancy information to the USB class drivers.
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
HIDParser.h
diff --git
a/LUFA/Drivers/USB/Class/Host/HIDParser.h
b/LUFA/Drivers/USB/Class/Host/HIDParser.h
index
f878aa1
..
a9fff3e
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HIDParser.h
+++ b/
LUFA/Drivers/USB/Class/Host/HIDParser.h
@@
-38,6
+38,11
@@
/** \ingroup Group_USB
\r
* @defgroup Group_HIDParser HID Report Parser
\r
*
\r
/** \ingroup Group_USB
\r
* @defgroup Group_HIDParser HID Report Parser
\r
*
\r
+ * \section Sec_Dependencies Module Source Dependencies
\r
+ * The following files must be built with any user project that uses this module:
\r
+ * - LUFA/Drivers/USB/Class/Host/HIDParser.c
\r
+ *
\r
+ * \section Module Description
\r
* Functions, macros, variables, enums and types related to the parsing of HID class device report descriptors.
\r
*
\r
* The processed HID report is presented back to the user application as a flat structure containing each report
\r
* Functions, macros, variables, enums and types related to the parsing of HID class device report descriptors.
\r
*
\r
* The processed HID report is presented back to the user application as a flat structure containing each report
\r