X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c..6865a7bc09e31d3bbebb33eefb6475c8713351bd:/LUFA/Drivers/USB/HighLevel/StdDescriptors.h diff --git a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h index a1a051824..431080b72 100644 --- a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h +++ b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h @@ -28,7 +28,8 @@ this software. */ -/** \file +/** \ingroup Group_USB + * @defgroup Group_Descriptors USB Descriptors * * 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. @@ -42,12 +43,6 @@ * descriptors will contain elements named identically to the official USB specification. The alternately * named descriptor elements are placed in the same order inside the descriptor structures as their officially * named counterparts, thus they can be correlated easily with the official USB specification. - */ - -/** \ingroup Group_USB - * @defgroup Group_Descriptors USB Descriptors - * - * Functions, macros, variables, enums and types related to standard USB descriptors. * * @{ */