X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/557a945ba1851bc8d1669bd034464047f50b6691..6865a7bc09e31d3bbebb33eefb6475c8713351bd:/LUFA/Drivers/USB/HighLevel/StdDescriptors.h?ds=inline diff --git a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h index d62836321..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,8 +43,10 @@ * 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. + * + * @{ */ - + #ifndef __USBDESCRIPTORS_H__ #define __USBDESCRIPTORS_H__ @@ -472,12 +475,6 @@ int16_t bString[]; #endif } USB_Descriptor_String_t; - - typedef struct - { - uint16_t Size; - void* Address; - } USB_Descriptor_Details_t; /* Function Prototypes: */ /** Function to retrieve a given descriptor's size and memory location from the given descriptor type value, @@ -519,5 +516,7 @@ #if defined(__cplusplus) } #endif - + #endif + +/** @} */