mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
23 lines
622 B
Plaintext
23 lines
622 B
Plaintext
// define all the modules group to have the desired ordering since doxygen order module group by
|
|
// the order of files it is feed
|
|
|
|
/// \defgroup group_demo Demos
|
|
|
|
/// \defgroup group_class Application - Class Driver API
|
|
|
|
/// \defgroup group_application_api Application - Stack API
|
|
/// \brief Non-Class driver API
|
|
|
|
/// \defgroup group_configuration Configuration tusb_config.h
|
|
|
|
/// \defgroup group_usbd USB Device Core (USBD)
|
|
|
|
/// \defgroup group_usbh USB Host Core (USBH)
|
|
|
|
/// \defgroup group_osal OS Abstraction Layer (OSAL)
|
|
|
|
/// \defgroup group_usb_definitions USB Definitions
|
|
|
|
/// \defgroup Group_Common Common Files
|
|
|