Fix spacing of the function parameter descriptions in the Doxygen documentation.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / MIDI.h
index c4b8715..9529f17 100644 (file)
                         *        the call will fail.
                         *
                         *  \param[in,out] MIDIInterfaceInfo  Pointer to a structure containing a MIDI Class configuration and state
-                        *  \param[in] Event  Pointer to a populated USB_MIDI_EventPacket_t structure containing the MIDI event to send
+                        *  \param[in]     Event              Pointer to a populated USB_MIDI_EventPacket_t structure containing the MIDI event to send
                         *
                         *  \return A value from the \ref Endpoint_Stream_RW_ErrorCodes_t enum                   
                         */
                         *        the call will fail.
                         *
                         *  \param[in,out] MIDIInterfaceInfo  Pointer to a structure containing a MIDI Class configuration and state
-                        *  \param[out] Event  Pointer to a USB_MIDI_EventPacket_t structure where the received MIDI event is to be placed
+                        *  \param[out]    Event              Pointer to a USB_MIDI_EventPacket_t structure where the received MIDI event is to be placed
                         *
                         *  \return Boolean true if a MIDI event packet was received, false otherwise
                         */