From 15d0139bc5d17bb8cda5bf98c3ae5631b62f1e84 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 25 Mar 2014 13:00:37 +0700 Subject: doxygen documenting --- tinyusb/class/cdc.h | 2 +- tinyusb/class/custom_class.h | 7 ++----- tinyusb/class/hid.h | 4 +--- tinyusb/class/msc.h | 4 +--- 4 files changed, 5 insertions(+), 12 deletions(-) (limited to 'tinyusb/class') 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"); /// @} /// @} -/// @} -- cgit v1.3.1