Fix Doxygen comments for glcd_drv.
This commit is contained in:
@@ -453,7 +453,7 @@ glcd_draw_pixel(PrivateData *p, int x, int y, int color)
|
||||
* \param drvthis Pointer to driver structure.
|
||||
* \param x Horizontal character position (column).
|
||||
* \param y Vertical character position (row).
|
||||
* \param z Character that gets written.
|
||||
* \param c Character that gets written.
|
||||
*/
|
||||
static void
|
||||
glcd_render_char(Driver *drvthis, int x, int y, unsigned char c)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** \file server/drivers/t6963_io.c
|
||||
/** \file server/drivers/t6963_low.c
|
||||
* Low level output routines for Toshiba T6963 based LCD displays connected
|
||||
* to a parallel port.
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** \file server/drivers/t6963_io.h
|
||||
/** \file server/drivers/t6963_low.h
|
||||
* Command set for Toshiba T6963 based LCD displays.
|
||||
*
|
||||
* This header file defines the T6963 command set and various controller
|
||||
|
||||
Reference in New Issue
Block a user