Doxygen-ize a bit

This commit is contained in:
marschap
2008-12-22 18:24:40 +00:00
parent 038423a10b
commit 7b34eeec26
3 changed files with 13 additions and 3 deletions
+1 -3
View File
@@ -1,5 +1,5 @@
/** \file server/drivers/serialVFD.c
* LCDd \c serialVFD driver for various serial VFD dvices.
* LCDd \c serialVFD driver for various serial (& parallel) VFD devices.
*/
/*
@@ -26,12 +26,10 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
The driver should operate most of NEC, Futaba and Noritake 7x5 dot VFDs with
serial(rs232) and/or parallel interface. See /docs/lcdproc-user/serialvfd-howto.html
for further information
List of driver entry point:
init Implemented.
+6
View File
@@ -1,3 +1,9 @@
/** \file server/drivers/serialVFD_displays.c
* Setup routines for the inidividual displays supported by the \c serialVFD driver.
* Here are the routines that set up the data as well as function pointers
* for the individual displays supported by the \c serialVFD driver.
*/
/* This file is part the LCDproc driver for various serial VFD Devices.
It contains the hardwaredependent commands ach characterset.
+6
View File
@@ -1,3 +1,9 @@
/** \file server/drivers/serialVFD_io.c
* Hardware dependent routines for the \c serialVFD driver.
* Here are the routines for initializing, writing to, and closing the
* serial resp. parallel port for the \c serialVFD driver.
*/
/* This file is part the LCDproc driver for various serial VFD Devices.
It contains the hardwaredependent commands ach characterset.