Start update of documentation to support possible multiple architectures in the futur...
[pub/lufa.git] / LUFA / Drivers / USB / Core / StdDescriptors.h
index ed4ecf9..d08d083 100644 (file)
 */
 
 /** \file
- *  \brief USB standard descriptor definitions.
- *
- *  This file contains structures and macros for the easy creation of standard USB descriptors in USB device projects.
+ *  \brief Common USB Descriptor definitions for all architectures.
+ *  \copydetails Group_StdDescriptors
  *
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver
  *        dispatch header located in LUFA/Drivers/USB/USB.h.
  */
 
 /** \ingroup Group_USB
- *  \defgroup Group_Descriptors USB Descriptors
+ *  \defgroup Group_StdDescriptors USB Descriptors
+ *  \brief Common USB Descriptor definitions for all architectures.
  *
  *  Standard USB device descriptor defines and retrieval routines, for USB devices. This module contains
  *  structures and macros for the easy creation of standard USB descriptors in USB device projects.