From ef9dc9e98038a3c1181b2ef6f8810b86feee6ed8 Mon Sep 17 00:00:00 2001 From: marschap Date: Fri, 19 Dec 2008 19:43:43 +0000 Subject: [PATCH] make Doxygen header text more similar to other drivers --- server/drivers/hd44780.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/drivers/hd44780.c b/server/drivers/hd44780.c index 68df806..777e7fc 100644 --- a/server/drivers/hd44780.c +++ b/server/drivers/hd44780.c @@ -1,7 +1,7 @@ /** \file server/drivers/hd44780.c - * Base driver module for Hitachi HD44780 based LCD displays. This is - * a modular driver that readily allows support for alternative HD44780 - * designs to be added in a flexible and maintainable manner. + * LCDd \c hd44780 base driver module for Hitachi HD44780 based LCD displays. + * This is a modular driver that readily allows support for multiple HD44780 + * connection types to be added in a flexible and maintainable manner. * * This driver also supports the aggregation of multiple displays to form * a single virtual display. e.g., Four 16x2 displays can be combined