Build: Fix incorrect build target for Ubuntu CI builds.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / MIDIClassCommon.h
index d3072c1..97687c1 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2018.
+     Copyright (C) Dean Camera, 2019.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2018  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2019  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -71,7 +71,7 @@
                /** \name MIDI Command Values
                 *  See http://www.midi.org/techspecs/midimessages.php for more information.
                 */
                /** \name MIDI Command Values
                 *  See http://www.midi.org/techspecs/midimessages.php for more information.
                 */
-               //@{
+               /**@{*/
                /** MIDI command for System Exclusive (SysEx) single event that has one byte of data total. */
                #define MIDI_COMMAND_SYSEX_1BYTE           MIDI_COMMAND_SYSEX_END_1BYTE
 
                /** MIDI command for System Exclusive (SysEx) single event that has one byte of data total. */
                #define MIDI_COMMAND_SYSEX_1BYTE           MIDI_COMMAND_SYSEX_END_1BYTE
 
 
                /** MIDI command for a pitch change event. */
                #define MIDI_COMMAND_PITCH_WHEEL_CHANGE    0xE0
 
                /** MIDI command for a pitch change event. */
                #define MIDI_COMMAND_PITCH_WHEEL_CHANGE    0xE0
-               //@}
+               /**@}*/
 
                /** Standard key press velocity value used for all note events. */
                #define MIDI_STANDARD_VELOCITY             64
 
                /** Standard key press velocity value used for all note events. */
                #define MIDI_STANDARD_VELOCITY             64