diff options
| author | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
| commit | d1d4ddd85626567ddd0369387276ccf9680673d6 (patch) | |
| tree | 7bded70898796d0219c2245f6dabe6bdfdb7fbac /tinyusb/host/ohci | |
| parent | 18d577abfb3feb3c4eb2728661b6c508cdf37da0 (diff) | |
doxygen document
Diffstat (limited to 'tinyusb/host/ohci')
| -rw-r--r-- | tinyusb/host/ohci/ohci.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tinyusb/host/ohci/ohci.h b/tinyusb/host/ohci/ohci.h index f03ef94b9..eed6909a2 100644 --- a/tinyusb/host/ohci/ohci.h +++ b/tinyusb/host/ohci/ohci.h @@ -36,12 +36,11 @@ */
/**************************************************************************/
-/** \ingroup Port_HCD
+/** \ingroup Group_HCD
* @{
* \defgroup OHCI
* \brief OHCI driver. All documents sources mentioned here (eg section 3.5) is referring to OHCI Specs unless state otherwise
- * @{
- */
+ * @{ */
#ifndef _TUSB_OHCI_H_
#define _TUSB_OHCI_H_
|
