From 15a54d4995235da91cad36868be0fbf57e54a096 Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 3 Jan 2011 20:13:06 +0000 Subject: Update Doxygen documentation configuration file for the main project documentation to the latest version. Add missing data structure documentation briefs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1623 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/Drivers/USB/Class/Common/CDC.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class') diff --git a/LUFA/Drivers/USB/Class/Common/CDC.h b/LUFA/Drivers/USB/Class/Common/CDC.h index 6423bdaf..cf4ed9a7 100644 --- a/LUFA/Drivers/USB/Class/Common/CDC.h +++ b/LUFA/Drivers/USB/Class/Common/CDC.h @@ -346,7 +346,9 @@ uint8_t bSlaveInterface0; /**< Interface number of the CDC Data interface. */ } USB_CDC_StdDescriptor_FunctionalUnion_t; - /** Type define for a CDC Line Encoding structure, used to hold the various encoding parameters for a virtual + /** \brief CDC Virtual Serial Port Line Encoding Settings Structure. + * + * Type define for a CDC Line Encoding structure, used to hold the various encoding parameters for a virtual * serial port. */ typedef struct -- cgit v1.2.3