From a77ed385aa8e51b95fe2878807ba1d763cfb35c9 Mon Sep 17 00:00:00 2001 From: smlng Date: Fri, 31 Mar 2017 10:11:38 +0200 Subject: [PATCH] doc: fix doxygen grouping of driver hd44780 --- drivers/include/hd44780.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/include/hd44780.h b/drivers/include/hd44780.h index f2286d803..cc343b479 100644 --- a/drivers/include/hd44780.h +++ b/drivers/include/hd44780.h @@ -6,20 +6,20 @@ * directory for more details. */ - /** - * @defgroup drivers_hd44780 HD44780 LCD driver - * @ingroup drivers_displays - * @brief Driver for the Hitachi HD44780 LCD driver - * - * @note The driver currently supports direct addressing, no I2C - * - * @{ - * - * @file - * @brief Interface definition for the HD44780 LCD driver - * - * @author Sebastian Meiling - */ +/** + * @defgroup driver_hd44780 HD44780 LCD driver + * @ingroup drivers_actuators + * @brief Driver for the Hitachi HD44780 LCD driver + * + * @note The driver currently supports direct addressing, no I2C + * + * @{ + * + * @file + * @brief Interface definition for the HD44780 LCD driver + * + * @author Sebastian Meiling + */ #ifndef HD44780_H #define HD44780_H