diff options
| author | hathach <[email protected]> | 2014-03-24 12:35:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-24 12:35:44 +0700 |
| commit | a8406060d1037ede08b48d628947d3ad98aeecd7 (patch) | |
| tree | 202318dddf8e6021fbb29589d348e1a8054f4eec /tinyusb/common/assertion.h | |
| parent | cf60e374aa60507457a193bf12385f9e0f41f035 (diff) | |
doxygen documenting
Diffstat (limited to 'tinyusb/common/assertion.h')
| -rw-r--r-- | tinyusb/common/assertion.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tinyusb/common/assertion.h b/tinyusb/common/assertion.h index 2a847731a..329bc11db 100644 --- a/tinyusb/common/assertion.h +++ b/tinyusb/common/assertion.h @@ -36,12 +36,10 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
+/** \ingroup Group_Common
+ * \defgroup group_assertion Assertion
+ * @{ */
+
#ifndef _TUSB_ASSERTION_H_
#define _TUSB_ASSERTION_H_
|
