From b25a4f8231f3ded44038ea454a3d4c6a2dc9217d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/music/qtmidi.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/music/qtmidi.cpp') diff --git a/src/music/qtmidi.cpp b/src/music/qtmidi.cpp index 2e4892285..074963992 100644 --- a/src/music/qtmidi.cpp +++ b/src/music/qtmidi.cpp @@ -46,14 +46,14 @@ #include #include -// we need to include debug.h after CoreServices because defining DEBUG will break CoreServices in OSX 10.2 +/* we need to include debug.h after CoreServices because defining DEBUG will break CoreServices in OSX 10.2 */ #include "../debug.h" static FMusicDriver_QtMidi iFMusicDriver_QtMidi; enum { - midiType = 'Midi' /**< OSType code for MIDI songs. */ + midiType = 'Midi' ///< OSType code for MIDI songs. }; @@ -172,15 +172,15 @@ static void InitQuickTimeIfNeeded() /** Possible states of the QuickTime music driver. */ enum { - QT_STATE_IDLE, /**< No file loaded. */ - QT_STATE_PLAY, /**< File loaded, playing. */ - QT_STATE_STOP, /**< File loaded, stopped. */ + QT_STATE_IDLE, ///< No file loaded. + QT_STATE_PLAY, ///< File loaded, playing. + QT_STATE_STOP, ///< File loaded, stopped. }; -static Movie _quicktime_movie; /**< Current QuickTime @c Movie. */ -static byte _quicktime_volume = 127; /**< Current volume. */ -static int _quicktime_state = QT_STATE_IDLE; /**< Current player state. */ +static Movie _quicktime_movie; ///< Current QuickTime @c Movie. +static byte _quicktime_volume = 127; ///< Current volume. +static int _quicktime_state = QT_STATE_IDLE; ///< Current player state. /** -- cgit v1.2.3-70-g09d2