usb: hid: add a stub file for doxygen
Unlike with the doxygen source generation, we can't autoguess which of the class files are eligible automatically. Instead, make a stub hid file, (which we can now start adding to, if desired) and include it in all builds that include other class stubs.
This commit is contained in:
@@ -55,8 +55,9 @@ LGPL License Terms @ref lgpl_license
|
||||
#define USB_HID_DT_HID 0x21
|
||||
#define USB_HID_DT_REPORT 0x22
|
||||
#define USB_HID_DT_PHYSICAL 0x23
|
||||
/* old names without USB_HID_ prefix */
|
||||
/** @deprecated Use @ref USB_HID_DT_HID */
|
||||
#define USB_DT_HID USB_HID_DT_HID
|
||||
/** @deprecated Use @ref USB_HID_DT_REPORT */
|
||||
#define USB_DT_REPORT USB_HID_DT_REPORT
|
||||
|
||||
/* USB HID 7.2 */
|
||||
|
||||
Reference in New Issue
Block a user