From 7a97dc9b49fb670918dbed3c0ac45661630829ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 29 May 2019 11:21:25 +0200 Subject: [PATCH] Migrate denon plugin documentation --- denon/README.md | 3 +++ denon/deviceplugindenon.cpp | 22 ---------------------- 2 files changed, 3 insertions(+), 22 deletions(-) create mode 100644 denon/README.md diff --git a/denon/README.md b/denon/README.md new file mode 100644 index 00000000..af440242 --- /dev/null +++ b/denon/README.md @@ -0,0 +1,3 @@ +# Denon + +This plug-in supports the [Denon AV Amplifier AVR-X1000](http://www.denon.de/de/product/hometheater/avreceivers/avrx1000). diff --git a/denon/deviceplugindenon.cpp b/denon/deviceplugindenon.cpp index 4001c7e6..39762b31 100644 --- a/denon/deviceplugindenon.cpp +++ b/denon/deviceplugindenon.cpp @@ -21,28 +21,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page denon.html - \title Denon - \brief Plugin for Denon AV - - \ingroup plugins - \ingroup nymea-plugins - - This plug-in supports the - \l {http://www.denon.de/de/product/hometheater/avreceivers/avrx1000}{Denon AV Amplifier AVR-X1000} - - \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/deviceplugindenon.json -*/ - - - #include "deviceplugindenon.h" #include "plugininfo.h"