diff --git a/coinmarketcap/README.md b/coinmarketcap/README.md deleted file mode 100644 index e69de29b..00000000 diff --git a/coinmarketcap/compile_commands.json b/coinmarketcap/compile_commands.json deleted file mode 100644 index 9a444d29..00000000 --- a/coinmarketcap/compile_commands.json +++ /dev/null @@ -1,86 +0,0 @@ -[ -{ - "arguments": [ - "clang++", - "-c", - "-m64", - "-target", - "x86_64-linux-gnu", - "-std=c++11", - "-fcxx-exceptions", - "-fexceptions", - "-DQT_QML_DEBUG", - "-DQT_PLUGIN", - "-DQT_GUI_LIB", - "-DQT_NETWORK_LIB", - "-DQT_CORE_LIB", - "-DBOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING=(39, 1, true, \"T = \")", - "-fPIC", - "-I", - "/home/nymea/Developer/nymea-coinmarketcapplugin", - "-I", - "/usr/include/nymea", - "-I", - "/usr/include/x86_64-linux-gnu/qt5", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtGui", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtNetwork", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtCore", - "-I", - "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug", - "-I", - "/usr/include/libdrm", - "-I", - "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", - "-x", - "c++", - "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.cpp" - ], - "directory": "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug", - "file": "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.cpp" -}, -{ - "arguments": [ - "clang", - "-c", - "-m64", - "-target", - "x86_64-linux-gnu", - "-std=c++11", - "-fcxx-exceptions", - "-fexceptions", - "-DQT_QML_DEBUG", - "-DQT_PLUGIN", - "-DQT_GUI_LIB", - "-DQT_NETWORK_LIB", - "-DQT_CORE_LIB", - "-DBOOST_TYPE_INDEX_CTTI_USER_DEFINED_PARSING=(39, 1, true, \"T = \")", - "-fPIC", - "-I", - "/home/nymea/Developer/nymea-coinmarketcapplugin", - "-I", - "/usr/include/nymea", - "-I", - "/usr/include/x86_64-linux-gnu/qt5", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtGui", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtNetwork", - "-I", - "/usr/include/x86_64-linux-gnu/qt5/QtCore", - "-I", - "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug", - "-I", - "/usr/include/libdrm", - "-I", - "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++", - "-x", - "c++-header", - "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.h" - ], - "directory": "/home/nymea/Developer/build-coinmarketcap-Desktop-Debug", - "file": "/home/nymea/Developer/nymea-coinmarketcapplugin/deviceplugincoinmarketcap.h" -} -] \ No newline at end of file diff --git a/coinmarketcap/deviceplugincoinmarketcap.cpp b/coinmarketcap/deviceplugincoinmarketcap.cpp index 6d1a20a7..9d513d1a 100644 --- a/coinmarketcap/deviceplugincoinmarketcap.cpp +++ b/coinmarketcap/deviceplugincoinmarketcap.cpp @@ -18,6 +18,24 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +/*! + \page coinmarketcap.html + \title coin market cap + \brief Plugin to get the latest crypto prices. + + \ingroup plugins + + The coin market cap plugin gets the latest crypto prices from coin market cap and displays it in your favourite fiat currency. + + \chapter Plugin properties + Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} + and \l{Vendor}{Vendors} of this \l{DevicePlugin}. + + For more details how to read this JSON file please check out the documentation for \l{The plugin JSON File}. + + \quotefile plugins/deviceplugins/coinmarketcap/deviceplugincoinmarketcap.json +*/ + #include "deviceplugincoinmarketcap.h" #include "network/networkaccessmanager.h" #include "plugininfo.h"