diff --git a/avahimonitor/devicepluginavahimonitor.cpp b/avahimonitor/devicepluginavahimonitor.cpp index 8104f777..47b2927a 100644 --- a/avahimonitor/devicepluginavahimonitor.cpp +++ b/avahimonitor/devicepluginavahimonitor.cpp @@ -21,24 +21,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page avahimonitor.html - \title Avahi Monitor - \brief Plugin to monitor zeroconf devices in the local network. - - \ingroup plugins - \ingroup nymea-plugins-maker - - \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/avahimonitor/devicepluginavahimonitor.json -*/ - - #include "devicepluginavahimonitor.h" #include "plugin/device.h" diff --git a/boblight/devicepluginboblight.cpp b/boblight/devicepluginboblight.cpp index 45c8c430..f161b8d1 100644 --- a/boblight/devicepluginboblight.cpp +++ b/boblight/devicepluginboblight.cpp @@ -19,33 +19,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page boblight.html - \title Boblight - - \ingroup plugins - \ingroup network - - This plugin allows to communicate with a \l{https://code.google.com/p/boblight/}{boblight} server - running on localhost:19333. If a boblight server is running ,the configured light devices from the server will - appear automatically in guh. - - \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}. - - Each \l{DeviceClass} has a list of \l{ParamType}{paramTypes}, \l{ActionType}{actionTypes}, \l{StateType}{stateTypes} - and \l{EventType}{eventTypes}. The \l{DeviceClass::CreateMethod}{createMethods} parameter describes how the \l{Device} - will be created in the system. A device can have more than one \l{DeviceClass::CreateMethod}{CreateMethod}. - The \l{DeviceClass::SetupMethod}{setupMethod} describes the setup method of the \l{Device}. - The detailed implementation of each \l{DeviceClass} can be found in the source code. - - \note If a \l{StateType} has the parameter \tt{"writable": {...}}, an \l{ActionType} with the same uuid and \l{ParamType}{ParamTypes} - will be created automatically. - - \quotefile plugins/deviceplugins/boblight/devicepluginboblight.json -*/ - #include "devicepluginboblight.h" #include "plugin/device.h" diff --git a/httpcommander/devicepluginhttpcommander.cpp b/httpcommander/devicepluginhttpcommander.cpp index 137fa421..ed37f352 100644 --- a/httpcommander/devicepluginhttpcommander.cpp +++ b/httpcommander/devicepluginhttpcommander.cpp @@ -25,21 +25,6 @@ #include "network/networkaccessmanager.h" #include "plugininfo.h" - -/*! - \page httpcommander.html - \title HTTP commander - \brief Plugin for generic HTTP commands - \ingroup plugins - \ingroup nymea-plugins - This plug-in supports generic HTTP calls like get, put, post - \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/denon/devicepluginhttpcommander.json -*/ - DevicePluginHttpCommander::DevicePluginHttpCommander() { }