From 245775e9acc71bd256431978c02692920fd04b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 30 May 2019 16:23:06 +0200 Subject: [PATCH] Migrate httpcommander plugin documentation --- gpio/deviceplugingpio.cpp | 26 -------------------------- httpcommander/README.md | 3 +++ 2 files changed, 3 insertions(+), 26 deletions(-) create mode 100644 httpcommander/README.md diff --git a/gpio/deviceplugingpio.cpp b/gpio/deviceplugingpio.cpp index 557f03e1..35e1ccf5 100644 --- a/gpio/deviceplugingpio.cpp +++ b/gpio/deviceplugingpio.cpp @@ -20,32 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page gpioplugin.html - \title GPIO Plugin - \brief Plugin to control gpios on different boards. - - \ingroup plugins - \ingroup nymea-plugins-maker - - \chapter Raspberry Pi 2 - - \image Raspberry-Pi-2-GPIO.png "Raspberry Pi 2 GPIOs" - - \chapter Beaglebone Black - - \image Beaglebone-Black-GPIO.png "Beaglebone Black GPIOs" - - \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/gpio/deviceplugingpio.json -*/ - - #include "deviceplugingpio.h" #include "types/param.h" #include "plugin/device.h" diff --git a/httpcommander/README.md b/httpcommander/README.md new file mode 100644 index 00000000..9a3d2c8d --- /dev/null +++ b/httpcommander/README.md @@ -0,0 +1,3 @@ +# HTTP commander + +The HTTP commander allows you to execute HTTP methods on a HTTP server and is ment as a generic way to interact with a server.