From a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 26 Dec 2010 14:55:26 +0000 Subject: Documentation improvements - put driver example code into its own section, fix incorrect and missing section names. --- LUFA/Drivers/USB/Class/CDC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class/CDC.h') diff --git a/LUFA/Drivers/USB/Class/CDC.h b/LUFA/Drivers/USB/Class/CDC.h index 12aaf9362..fe45c2a22 100644 --- a/LUFA/Drivers/USB/Class/CDC.h +++ b/LUFA/Drivers/USB/Class/CDC.h @@ -45,7 +45,7 @@ * - LUFA/Drivers/USB/Class/Device/CDC.c (Makefile source module name: LUFA_SRC_USBCLASS) * - LUFA/Drivers/USB/Class/Host/CDC.c (Makefile source module name: LUFA_SRC_USBCLASS) * - * \section Module Description + * \section Sec_ModDescription Module Description * CDC Class Driver module. This module contains an internal implementation of the USB CDC-ACM class Virtual Serial * Ports, for both Device and Host USB modes. User applications can use this class driver instead of implementing the * CDC class manually via the low-level LUFA APIs. -- cgit v1.2.3