From ab49c08639988a30ef866182fd5fc0603b4d2678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 29 May 2019 11:28:41 +0200 Subject: [PATCH] Migrate elro plugin documentation --- elro/README.md | 4 ++++ elro/devicepluginelro.cpp | 20 -------------------- 2 files changed, 4 insertions(+), 20 deletions(-) create mode 100644 elro/README.md diff --git a/elro/README.md b/elro/README.md new file mode 100644 index 00000000..9e5de8bb --- /dev/null +++ b/elro/README.md @@ -0,0 +1,4 @@ +# Elro + +This plugin allows to controll RF 433 MHz actors an receive remote signals from [Elro](http://www.elroshop.eu/) devices. + diff --git a/elro/devicepluginelro.cpp b/elro/devicepluginelro.cpp index 74ad964c..1fb478fe 100644 --- a/elro/devicepluginelro.cpp +++ b/elro/devicepluginelro.cpp @@ -20,26 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page elro.html - \title Elro - \brief Plugin for all Elro 433 MHz based devices. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to controll RF 433 MHz actors an receive remote signals from \l{http://www.elroshop.eu/}{Elro} - devices. - - \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/elro/devicepluginelro.json -*/ - #include "devicepluginelro.h" #include "devicemanager.h" #include "plugininfo.h"