From cdfdbc36780a73d941f795d99299421efd8b057d Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 9 Apr 2015 12:56:09 -0700 Subject: [PATCH] flex: header fixes for tags Signed-off-by: Mihai Tudor Panu --- src/flex/flex.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/flex/flex.h b/src/flex/flex.h index b7d44220..0025902d 100644 --- a/src/flex/flex.h +++ b/src/flex/flex.h @@ -35,15 +35,19 @@ namespace upm { */ /** - * @sensor flex * @library flex - * @name Spectra Symbol Flex sensor - * @category flex - * @manufacturer sparkfun - * @connection analog + * @sensor flex + * @comname Spectra Symbol Flex sensor + * @type flex + * @man sparkfun + * @con analog * * @brief C++ API for the Spectra Symbol Flex sensor * + * A simple flex sensor, the resistance across the sensor increases when + * bent. Patented technology by Spectra Symbol, these sensors were used in + * the original Nintendo Power Glove. + * * @snippet flex.cxx Interesting */ class Flex {