summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-24 13:06:40 +0700
committerhathach <[email protected]>2014-03-24 13:06:40 +0700
commit68d96edc13560ab25e8b790a327260f7a5da53f9 (patch)
treed82c90f912d6b37361ac5f83d8e3988fe6804249 /tinyusb/device/usbd.h
parenta8406060d1037ede08b48d628947d3ad98aeecd7 (diff)
more doxygen works
Diffstat (limited to 'tinyusb/device/usbd.h')
-rw-r--r--tinyusb/device/usbd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index 01e7c0c04..4b59dc268 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -36,8 +36,7 @@
*/
/**************************************************************************/
-/** \defgroup Group_USBD USB Device Driver (USBD)
- * \brief TBD
+/** \defgroup group_usbd USB Device Driver (USBD)
* @{ */
#ifndef _TUSB_USBD_H_