add paths to Doxygen file headers
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** \file hd44780-charmap.h
|
||||
/** \file server/drivers/hd44780-charmap.h
|
||||
* Character mapping for HD44780 devices.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user