diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-03 20:13:06 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-01-03 20:13:06 +0000 |
| commit | 15a54d4995235da91cad36868be0fbf57e54a096 (patch) | |
| tree | a822aa1ab9b664d815da72305078cf1f256114d2 /LUFA/Drivers/USB/Class | |
| parent | 5ddfe82cb18542385fd5adecc98e124dd4d43212 (diff) | |
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
Diffstat (limited to 'LUFA/Drivers/USB/Class')
| -rw-r--r-- | LUFA/Drivers/USB/Class/Common/CDC.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
