diff options
| author | hathach <[email protected]> | 2014-03-25 13:00:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-25 13:00:37 +0700 |
| commit | 15d0139bc5d17bb8cda5bf98c3ae5631b62f1e84 (patch) | |
| tree | 9703c2ccbfb20111720534fd1528ed8bc7875bba /tinyusb/class | |
| parent | 41610af72a7878ced819ac2d8044088c9a3f76cf (diff) | |
doxygen documenting
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/cdc.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/custom_class.h | 7 | ||||
| -rw-r--r-- | tinyusb/class/hid.h | 4 | ||||
| -rw-r--r-- | tinyusb/class/msc.h | 4 |
4 files changed, 5 insertions, 12 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index aaab2ace9..8253e9c7b 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.h @@ -36,7 +36,7 @@ */
/**************************************************************************/
-/** \ingroup ClassDriver Class Driver
+/** \ingroup group_class
* \defgroup ClassDriver_CDC Communication Device Class (CDC)
* Currently only Abstract Control Model subclass is supported
* @{ */
diff --git a/tinyusb/class/custom_class.h b/tinyusb/class/custom_class.h index 0070e2d53..f1c7bfd90 100644 --- a/tinyusb/class/custom_class.h +++ b/tinyusb/class/custom_class.h @@ -36,11 +36,9 @@ */ /**************************************************************************/ -/** \addtogroup ClassDriver Class Driver - * @{ +/** \ingroup group_class * \defgroup Group_Custom Custom Class (not supported yet) - * @{ - */ + * @{ */ #ifndef _TUSB_CUSTOM_CLASS_H_ #define _TUSB_CUSTOM_CLASS_H_ @@ -88,4 +86,3 @@ void cush_close(uint8_t dev_addr); #endif /* _TUSB_CUSTOM_CLASS_H_ */ /** @} */ -/** @} */ diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h index 91a7ece3b..c95cfa245 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid.h @@ -36,8 +36,7 @@ */
/**************************************************************************/
-/** \addtogroup ClassDriver Class Driver
- * @{
+/** \ingroup group_class
* \defgroup ClassDriver_HID Human Interface Device (HID)
* @{ */
@@ -524,4 +523,3 @@ enum { #endif /* _TUSB_HID_H__ */
/// @}
-/// @}
diff --git a/tinyusb/class/msc.h b/tinyusb/class/msc.h index 0183b3fa3..727dd0382 100644 --- a/tinyusb/class/msc.h +++ b/tinyusb/class/msc.h @@ -36,8 +36,7 @@ */
/**************************************************************************/
-/** \addtogroup ClassDriver Class Driver
- * @{
+/** \ingroup group_class
* \defgroup ClassDriver_MSC MassStorage (MSC)
* @{ */
@@ -358,4 +357,3 @@ STATIC_ASSERT(sizeof(scsi_write10_t) == 10, "size is not correct"); /// @}
/// @}
-/// @}
|
