From f47bc7e5a741fb06bace792b2a5318c3f07f9378 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 13 Apr 2015 13:34:41 -0700 Subject: [PATCH] lol: updated header with tags Signed-off-by: Mihai Tudor Panu --- src/lol/lol.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lol/lol.h b/src/lol/lol.h index 81e2f83e..888dd951 100644 --- a/src/lol/lol.h +++ b/src/lol/lol.h @@ -36,14 +36,21 @@ namespace upm { /** * @brief Olimex LoL array library * @defgroup lol libupm-lol + * @ingroup adafruit gpio display */ /** + * @library lol + * @sensor lol + * @comname Olimex LoL LED Array + * @type display + * @man adafruit + * @con gpio + * * @brief C++ API for Olimex LoL array * * This file defines the LoL API and implemntation for a simple framebuffer * - * @ingroup lol gpio * @snippet lol-example.cxx Interesting */ class LoL {