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:
Karl Palsson
2019-12-25 21:04:17 +00:00
parent f2f5083761
commit df15b263d2
15 changed files with 35 additions and 1 deletions

View File

@@ -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 */