summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-16 22:20:33 +0700
committerhathach <[email protected]>2014-03-16 22:20:33 +0700
commitd1d4ddd85626567ddd0369387276ccf9680673d6 (patch)
tree7bded70898796d0219c2245f6dabe6bdfdb7fbac /tinyusb/class
parent18d577abfb3feb3c4eb2728661b6c508cdf37da0 (diff)
doxygen document
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/custom_class.h8
-rw-r--r--tinyusb/class/hid_host.h2
-rw-r--r--tinyusb/class/msc.h3
3 files changed, 6 insertions, 7 deletions
diff --git a/tinyusb/class/custom_class.h b/tinyusb/class/custom_class.h
index 6fe219e3c..0070e2d53 100644
--- a/tinyusb/class/custom_class.h
+++ b/tinyusb/class/custom_class.h
@@ -36,10 +36,9 @@
*/
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
+/** \addtogroup ClassDriver Class Driver
+ * @{
+ * \defgroup Group_Custom Custom Class (not supported yet)
* @{
*/
@@ -89,3 +88,4 @@ void cush_close(uint8_t dev_addr);
#endif /* _TUSB_CUSTOM_CLASS_H_ */
/** @} */
+/** @} */
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h
index 9fb765e1d..5b47f8699 100644
--- a/tinyusb/class/hid_host.h
+++ b/tinyusb/class/hid_host.h
@@ -185,7 +185,7 @@ void tusbh_hid_mouse_unmounted_cb(uint8_t dev_addr);
//--------------------------------------------------------------------+
// GENERIC Application API
//--------------------------------------------------------------------+
-/** \addtogroup ClassDriver_HID_Generic Generic
+/** \addtogroup ClassDriver_HID_Generic Generic (not supported yet)
* @{ */
/** \defgroup Generic_Host Host
diff --git a/tinyusb/class/msc.h b/tinyusb/class/msc.h
index 2c6adb2d6..0183b3fa3 100644
--- a/tinyusb/class/msc.h
+++ b/tinyusb/class/msc.h
@@ -36,8 +36,7 @@
*/
/**************************************************************************/
-/**
- * \addtogroup ClassDriver Class Driver
+/** \addtogroup ClassDriver Class Driver
* @{
* \defgroup ClassDriver_MSC MassStorage (MSC)
* @{ */