mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Reformat existing comment into doxygen style
This commit is contained in:
@@ -51,10 +51,19 @@ public:
|
|||||||
bool isPaused() const;
|
bool isPaused() const;
|
||||||
bool isStopped() 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;
|
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::playlistinterface_ptr playlist() const;
|
||||||
|
|
||||||
Tomahawk::result_ptr currentTrack() const;
|
Tomahawk::result_ptr currentTrack() const;
|
||||||
|
Reference in New Issue
Block a user