Minor documentation improvements.
[pub/lufa.git] / LUFA / Drivers / USB / Core / Pipe.h
index faa803b..14f59b8 100644 (file)
                        {
                                uint8_t  Address; /**< Address of the pipe to configure, or zero if the table entry is to be unused. */
                                uint16_t Size; /**< Size of the pipe bank, in bytes. */
-                               uint8_t  EndpointAddress; /** Address of the endpoint in the connected device. */
+                               uint8_t  EndpointAddress; /**< Address of the endpoint in the connected device. */
                                uint8_t  Type; /**< Type of the endpoint, a \c EP_TYPE_* mask. */
                                uint8_t  Banks; /**< Number of hardware banks to use for the pipe. */
                        } USB_Pipe_Table_t;