1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 21:27:58 +02:00

Some test documentation for enumns.. lets see what doxygen does.

This commit is contained in:
Casey Link
2011-08-29 19:33:28 -05:00
parent 57dea3061b
commit 302dbd0224

View File

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