From d1d4ddd85626567ddd0369387276ccf9680673d6 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 16 Mar 2014 22:20:33 +0700 Subject: doxygen document --- tinyusb/class/custom_class.h | 8 ++++---- tinyusb/class/hid_host.h | 2 +- tinyusb/class/msc.h | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'tinyusb/class') 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) * @{ */ -- cgit v1.3.1