diff options
| author | hathach <[email protected]> | 2013-10-25 13:45:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-25 13:45:57 +0700 |
| commit | 5f23653c69ef2316334df123c2ecc2cf14b0c8df (patch) | |
| tree | 99e81a7a464586591c753bb8f370151c2aaf71e2 /tinyusb/host/ehci | |
| parent | 695fc5cc0aa86b77ab88c59e9c84fd3d80f58d91 (diff) | |
more doxygen work
Diffstat (limited to 'tinyusb/host/ehci')
| -rw-r--r-- | tinyusb/host/ehci/ehci.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h index ea1d6bdf6..dbb05ee9b 100644 --- a/tinyusb/host/ehci/ehci.h +++ b/tinyusb/host/ehci/ehci.h @@ -36,13 +36,8 @@ */ /**************************************************************************/ -/** \file - * \brief EHCI - * - * \note TBD - */ - -/** \ingroup Group_HCD +/** \ingroup Port_HCD + * @{ * \defgroup EHCI * \brief EHCI driver. All documents sources mentioned here (eg section 3.5) is referring to EHCI Specs unless state otherwise * @@ -483,4 +478,5 @@ tusb_error_t hcd_controller_reset(uint8_t hostid) ATTR_WARN_UNUSED_RESULT; #endif /* _TUSB_EHCI_H_ */ /** @} */ +/** @} */ |
