diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 14:07:20 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 14:07:20 +0000 |
commit | 28a1ee29a1a200c8e8c76355a9036a7456425bc3 (patch) | |
tree | f388464eba14f094c79b0597aec4277356f8455a /LUFA/Drivers/Misc | |
parent | 5e7319058268e021ae39ca4b9fcabaec0060117b (diff) | |
download | lufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.tar.gz lufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.tar.bz2 lufa-28a1ee29a1a200c8e8c76355a9036a7456425bc3.zip |
More Doxygen updates for multiple architecture support.
Diffstat (limited to 'LUFA/Drivers/Misc')
-rw-r--r-- | LUFA/Drivers/Misc/RingBuffer.h | 3 | ||||
-rw-r--r-- | LUFA/Drivers/Misc/TerminalCodes.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/Drivers/Misc/RingBuffer.h b/LUFA/Drivers/Misc/RingBuffer.h index ea82651fd..1a825ac23 100644 --- a/LUFA/Drivers/Misc/RingBuffer.h +++ b/LUFA/Drivers/Misc/RingBuffer.h @@ -29,7 +29,7 @@ */
/** \file
- * \brief Lightweight ring buffer, for fast insertion/deletion.
+ * \brief Lightweight ring buffer, for fast insertion/deletion of bytes.
*
* Lightweight ring buffer, for fast insertion/deletion. Multiple buffers can be created of
* different sizes to suit different needs.
@@ -42,6 +42,7 @@ /** \ingroup Group_MiscDrivers
* \defgroup Group_RingBuff Generic Byte Ring Buffer - LUFA/Drivers/Misc/RingBuffer.h
+ * \brief Lightweight ring buffer, for fast insertion/deletion of bytes.
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
diff --git a/LUFA/Drivers/Misc/TerminalCodes.h b/LUFA/Drivers/Misc/TerminalCodes.h index 2ab005811..a2ef3fa54 100644 --- a/LUFA/Drivers/Misc/TerminalCodes.h +++ b/LUFA/Drivers/Misc/TerminalCodes.h @@ -37,6 +37,7 @@ /** \ingroup Group_MiscDrivers * \defgroup Group_Terminal ANSI Terminal Escape Codes - LUFA/Drivers/Misc/TerminalCodes.h + * \brief ANSI terminal special escape code macros. * * \section Sec_Dependencies Module Source Dependencies * The following files must be built with any user project that uses this module: |