Doxygen-ize a bit
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user