Minor documentation cleanups.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index db40bc5..0b849bf 100644 (file)
                                USB_Descriptor_Header_t Header; /**< Descriptor header, including type and size. */
                                
                                uint8_t     FirstInterfaceIndex; /**< Index of the first associated interface. */
-                               uint8_t     TotalInterfaces; /** Total number of associated interfaces. */
+                               uint8_t     TotalInterfaces; /**< Total number of associated interfaces. */
 
                                uint8_t     Class; /**< Interface class ID. */
                                uint8_t     SubClass; /**< Interface subclass ID. */
                                                              *   given by the specific class.
                                                              */
                                uint8_t     bFirstInterface; /**< Index of the first associated interface. */
-                               uint8_t     bInterfaceCount; /** Total number of associated interfaces. */
+                               uint8_t     bInterfaceCount; /**< Total number of associated interfaces. */
                                uint8_t     bFunctionClass; /**< Interface class ID. */
                                uint8_t     bFunctionSubClass; /**< Interface subclass ID. */
                                uint8_t     bFunctionProtocol; /**< Interface protocol ID. */