Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / StdDescriptors.h
index a37ea09..f5bacf8 100644 (file)
                        {
                                USB_Descriptor_Header_t Header; /**< Descriptor header, including type and size. */
 
-                               #if ((ARCH == ARCH_AVR8) || (ARCH == ARCH_XMEGA))
+                               #if (((ARCH == ARCH_AVR8) || (ARCH == ARCH_XMEGA)) && !defined(__DOXYGEN__))
                                wchar_t  UnicodeString[];
                                #else
                                uint16_t UnicodeString[]; /**< String data, as unicode characters (alternatively,