mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
Some test documentation for enumns.. lets see what doxygen does.
This commit is contained in:
@@ -92,9 +92,17 @@ enum InfoType { // as items are saved in cache, mark them here to not change the
|
|||||||
InfoAlbumComposer = 48,
|
InfoAlbumComposer = 48,
|
||||||
InfoAlbumSongs = 49,
|
InfoAlbumSongs = 49,
|
||||||
|
|
||||||
InfoChartArtists = 50,
|
/** \var Tomahawk::InfoSystem::InfoType Tomahawk::InfoSystem::InfoType::InfoChartCapabilities
|
||||||
InfoChartAlbums = 51,
|
* Documentation for InfoChartCapabilities
|
||||||
InfoChartTracks = 52,
|
*
|
||||||
|
*/
|
||||||
|
InfoChartCapabilities = 50
|
||||||
|
/**
|
||||||
|
* Documentation for InfoChartArtists
|
||||||
|
*/
|
||||||
|
InfoChartArtists = 51,
|
||||||
|
InfoChartAlbums = 52, /*!< Documentation for InfoChartAlbums */
|
||||||
|
InfoChartTracks = 53,
|
||||||
|
|
||||||
InfoMiscTopHotttness = 60,
|
InfoMiscTopHotttness = 60,
|
||||||
InfoMiscTopTerms = 61,
|
InfoMiscTopTerms = 61,
|
||||||
@@ -106,7 +114,7 @@ enum InfoType { // as items are saved in cache, mark them here to not change the
|
|||||||
InfoNowPaused = 81,
|
InfoNowPaused = 81,
|
||||||
InfoNowResumed = 82,
|
InfoNowResumed = 82,
|
||||||
InfoNowStopped = 83,
|
InfoNowStopped = 83,
|
||||||
|
|
||||||
InfoLove = 90,
|
InfoLove = 90,
|
||||||
InfoUnLove = 91,
|
InfoUnLove = 91,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user