aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/CDCClassCommon.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2019-09-04 22:22:34 +1000
committerDean Camera <dean@fourwalledcubicle.com>2019-09-04 22:22:34 +1000
commit1695f8cc631d0fedd81b3ae6a8c1f02680154454 (patch)
tree5063dbca7921d43f21430a2058ea0f2ec6dbdac0 /LUFA/Drivers/USB/Class/Common/CDCClassCommon.h
parent03f72c5fb0bb9b9997b0433d472752c3afe2468c (diff)
downloadlufa-1695f8cc631d0fedd81b3ae6a8c1f02680154454.tar.gz
lufa-1695f8cc631d0fedd81b3ae6a8c1f02680154454.tar.bz2
lufa-1695f8cc631d0fedd81b3ae6a8c1f02680154454.zip
Documentation: Fix Doxygen grouping.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/CDCClassCommon.h')
-rw-r--r--LUFA/Drivers/USB/Class/Common/CDCClassCommon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/CDCClassCommon.h b/LUFA/Drivers/USB/Class/Common/CDCClassCommon.h
index c107a36a0..cf3261185 100644
--- a/LUFA/Drivers/USB/Class/Common/CDCClassCommon.h
+++ b/LUFA/Drivers/USB/Class/Common/CDCClassCommon.h
@@ -65,7 +65,7 @@
/* Macros: */
/** \name Virtual Control Line Masks */
- //@{
+ /**@{*/
/** Mask for the DTR handshake line for use with the \ref CDC_REQ_SetControlLineState class-specific request
* from the host, to indicate that the DTR line state should be high.
*/
@@ -110,7 +110,7 @@
* to indicate that a data overrun error has occurred on the virtual serial port.
*/
#define CDC_CONTROL_LINE_IN_OVERRUNERROR (1 << 6)
- //@}
+ /**@}*/
/* Enums: */
/** Enum for possible Class, Subclass and Protocol values of device and interface descriptors relating to the CDC