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

@@ -44,6 +44,7 @@ OBJS += uart.o
OBJS += vector.o
OBJS += usb.o usb_control.o usb_standard.o usb_msc.o
OBJS += usb_hid.o
OBJS += usb_lm4f.o
VPATH += ../usb:../cm3