1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

Reformat existing comment into doxygen style

This commit is contained in:
Uwe L. Korn
2014-06-07 17:43:00 +01:00
parent c915a89b00
commit 4a9fac3edc

View File

@@ -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;