From 4a9fac3edced4db436b730c259556a867d72672b Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sat, 7 Jun 2014 17:43:00 +0100 Subject: [PATCH] Reformat existing comment into doxygen style --- src/libtomahawk/audio/AudioEngine.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/audio/AudioEngine.h b/src/libtomahawk/audio/AudioEngine.h index 1648e4ce6..9432454c1 100644 --- a/src/libtomahawk/audio/AudioEngine.h +++ b/src/libtomahawk/audio/AudioEngine.h @@ -51,10 +51,19 @@ public: bool isPaused() const; bool isStopped() const; - /* Returns the PlaylistInterface of the currently playing track. Note: This might be different to the current playlist! */ + /** + * Returns the PlaylistInterface of the currently playing track. + * + * Note: This might be different to the current playlist! + */ Tomahawk::playlistinterface_ptr currentTrackPlaylist() const; - /* Returns the PlaylistInterface of the current playlist. Note: The currently playing track might still be from a different playlist! */ + /** + * Returns the PlaylistInterface of the current playlist. + * + * Note: The currently playing track might still be from a different + * playlist! + */ Tomahawk::playlistinterface_ptr playlist() const; Tomahawk::result_ptr currentTrack() const;