From 11cc2c16973dca92bd8c9ed3ca6220361038cbff Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 30 Nov 2008 22:34:31 +0000 Subject: [PATCH] add paths to Doxygen file headers --- server/drivers/hd44780-4bit.c | 2 +- server/drivers/hd44780-bwct-usb.c | 2 +- server/drivers/hd44780-charmap.h | 2 +- server/drivers/hd44780-drivers.h | 2 +- server/drivers/hd44780-ethlcd.c | 2 +- server/drivers/hd44780-ext8bit.c | 2 +- server/drivers/hd44780-ftdi.c | 2 +- server/drivers/hd44780-i2c.c | 2 +- server/drivers/hd44780-lcd2usb.c | 2 +- server/drivers/hd44780-lis2.c | 2 +- server/drivers/hd44780-low.h | 2 +- server/drivers/hd44780-serial.c | 2 +- server/drivers/hd44780-serialLpt.c | 2 +- server/drivers/hd44780-uss720.c | 2 +- server/drivers/hd44780-winamp.c | 2 +- server/drivers/hd44780.c | 2 +- server/drivers/hd44780.h | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/server/drivers/hd44780-4bit.c b/server/drivers/hd44780-4bit.c index 4666fe7..80d628a 100644 --- a/server/drivers/hd44780-4bit.c +++ b/server/drivers/hd44780-4bit.c @@ -1,4 +1,4 @@ -/** \file hd44780-4bit.c +/** \file server/drivers/hd44780-4bit.c * \c 4bit connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in its 4 bit-mode to be connected to a single PC parallel port. diff --git a/server/drivers/hd44780-bwct-usb.c b/server/drivers/hd44780-bwct-usb.c index c72f6d9..2a20ebb 100644 --- a/server/drivers/hd44780-bwct-usb.c +++ b/server/drivers/hd44780-bwct-usb.c @@ -1,4 +1,4 @@ -/** \file hd44780-bwct-usb.c +/** \file server/drivers/hd44780-bwct-usb.c * \c bwctusb connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * See http://www.bwct.de/lcd.html diff --git a/server/drivers/hd44780-charmap.h b/server/drivers/hd44780-charmap.h index e3b27c7..e18bb2b 100644 --- a/server/drivers/hd44780-charmap.h +++ b/server/drivers/hd44780-charmap.h @@ -1,4 +1,4 @@ -/** \file hd44780-charmap.h +/** \file server/drivers/hd44780-charmap.h * Character mapping for HD44780 devices. */ diff --git a/server/drivers/hd44780-drivers.h b/server/drivers/hd44780-drivers.h index 8a19e1f..5e416e1 100644 --- a/server/drivers/hd44780-drivers.h +++ b/server/drivers/hd44780-drivers.h @@ -1,4 +1,4 @@ -/** \file hd44780-drivers.h +/** \file server/drivers/hd44780-drivers.h * Interface to low-level driver types, headers and names. * * To add support for a new driver in this file: diff --git a/server/drivers/hd44780-ethlcd.c b/server/drivers/hd44780-ethlcd.c index 1ba4d9f..ffd87a4 100644 --- a/server/drivers/hd44780-ethlcd.c +++ b/server/drivers/hd44780-ethlcd.c @@ -1,4 +1,4 @@ -/** \file hd44780-ethlcd.c +/** \file server/drivers/hd44780-ethlcd.c * \c ethlcd connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. */ diff --git a/server/drivers/hd44780-ext8bit.c b/server/drivers/hd44780-ext8bit.c index 740a1fd..77fc9b7 100644 --- a/server/drivers/hd44780-ext8bit.c +++ b/server/drivers/hd44780-ext8bit.c @@ -1,4 +1,4 @@ -/** \file hd44780-ext8bit.c +/** \file server/drivers/hd44780-ext8bit.c * \c 8bit connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in its 8 bit-mode to be connected to a single PC parallel port. diff --git a/server/drivers/hd44780-ftdi.c b/server/drivers/hd44780-ftdi.c index 5efe5d9..f89e61e 100644 --- a/server/drivers/hd44780-ftdi.c +++ b/server/drivers/hd44780-ftdi.c @@ -1,4 +1,4 @@ -/** \file hd44780-ftdi.c +/** \file server/drivers/hd44780-ftdi.c * \c ftdi connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. */ diff --git a/server/drivers/hd44780-i2c.c b/server/drivers/hd44780-i2c.c index f98fc99..713b2de 100644 --- a/server/drivers/hd44780-i2c.c +++ b/server/drivers/hd44780-i2c.c @@ -1,4 +1,4 @@ -/** \file hd44780-i2c.c +/** \file server/drivers/hd44780-i2c.c * \c i2c connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in its 4 bit-mode to be connected to the 8 bit-port diff --git a/server/drivers/hd44780-lcd2usb.c b/server/drivers/hd44780-lcd2usb.c index 550bd50..5e92ce2 100644 --- a/server/drivers/hd44780-lcd2usb.c +++ b/server/drivers/hd44780-lcd2usb.c @@ -1,4 +1,4 @@ -/** \file hd44780-lcd2usb.c +/** \file server/drivers/hd44780-lcd2usb.c * \c lcd2usb connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * See http://www.harbaum.org/till/lcd2usb. diff --git a/server/drivers/hd44780-lis2.c b/server/drivers/hd44780-lis2.c index 26512a2..e233533 100644 --- a/server/drivers/hd44780-lis2.c +++ b/server/drivers/hd44780-lis2.c @@ -1,4 +1,4 @@ -/** \file hd44780-lis2.c +/** \file server/drivers/hd44780-lis2.c * \c lis2 and \c mplay connection types of \c hd44780 driver for Hitachi HD44780 based LCD displays. */ diff --git a/server/drivers/hd44780-low.h b/server/drivers/hd44780-low.h index f1d4fcb..4cb17bc 100644 --- a/server/drivers/hd44780-low.h +++ b/server/drivers/hd44780-low.h @@ -1,4 +1,4 @@ -/** \file hd44780-low.h +/** \file server/drivers/hd44780-low.h * Interface to low level code to export from hd44780.c to "lower" HW * implementation dependent files. */ diff --git a/server/drivers/hd44780-serial.c b/server/drivers/hd44780-serial.c index 053f6f4..7f07128 100644 --- a/server/drivers/hd44780-serial.c +++ b/server/drivers/hd44780-serial.c @@ -1,4 +1,4 @@ -/** \file hd44780-serial.c +/** \file server/drivers/hd44780-serial.c * Connection types \c picanlcd, \c lcdserializer, \c los-panel, \c vdr-lcd, * \c vdr-wakeup, \c pertelian, ... of \c hd44780 driver for Hitachi HD44780 based LCD displays. */ diff --git a/server/drivers/hd44780-serialLpt.c b/server/drivers/hd44780-serialLpt.c index fbe9234..911920d 100644 --- a/server/drivers/hd44780-serialLpt.c +++ b/server/drivers/hd44780-serialLpt.c @@ -1,4 +1,4 @@ -/** \file hd44780-serialLPT.c +/** \file server/drivers/hd44780-serialLPT.c * \c serialLPT connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in it's 4 bit-mode through a 4094 shift register and supports a keypad. diff --git a/server/drivers/hd44780-uss720.c b/server/drivers/hd44780-uss720.c index a8f843b..0208330 100644 --- a/server/drivers/hd44780-uss720.c +++ b/server/drivers/hd44780-uss720.c @@ -1,4 +1,4 @@ -/** \file hd44780-uss720.c +/** \file server/drivers/hd44780-uss720.c * \c uss720 connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in its 8 bit-mode to be connected to a uss720 based Belkin F5U002. diff --git a/server/drivers/hd44780-winamp.c b/server/drivers/hd44780-winamp.c index fe3b30b..2b8a33c 100644 --- a/server/drivers/hd44780-winamp.c +++ b/server/drivers/hd44780-winamp.c @@ -1,4 +1,4 @@ -/** \file hd44780-winamp.c +/** \file server/drivers/hd44780-winamp.c * \c winamp connection type of \c hd44780 driver for Hitachi HD44780 based LCD displays. * * The LCD is operated in it's 8 bit-mode to be connected to a single PC parallel port. diff --git a/server/drivers/hd44780.c b/server/drivers/hd44780.c index 396a913..68df806 100644 --- a/server/drivers/hd44780.c +++ b/server/drivers/hd44780.c @@ -1,4 +1,4 @@ -/** \file hd44780.c +/** \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. diff --git a/server/drivers/hd44780.h b/server/drivers/hd44780.h index c4a7d59..3df787a 100644 --- a/server/drivers/hd44780.h +++ b/server/drivers/hd44780.h @@ -1,4 +1,4 @@ -/** \file hd44780.h +/** \file server/drivers/hd44780.h * Interface to the base driver module for Hitachi HD44780 based LCD displays. * * This is a modular driver that allows support for alternative HD44780