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