From 302dbd02242d50f47ee4fd536bc10268b62e7ada Mon Sep 17 00:00:00 2001 From: Casey Link Date: Mon, 29 Aug 2011 19:33:28 -0500 Subject: [PATCH] Some test documentation for enumns.. lets see what doxygen does. --- src/libtomahawk/infosystem/infosystem.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/libtomahawk/infosystem/infosystem.h b/src/libtomahawk/infosystem/infosystem.h index b65c62a59..e540272f2 100644 --- a/src/libtomahawk/infosystem/infosystem.h +++ b/src/libtomahawk/infosystem/infosystem.h @@ -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,