better Doxygen documentation of icon()
This commit is contained in:
@@ -1044,7 +1044,8 @@ HD44780_set_char(Driver *drvthis, int n, unsigned char *dat)
|
||||
* \param x Horizontal character position (column).
|
||||
* \param y Vertical character position (row).
|
||||
* \param icon synbolic value representing the icon.
|
||||
* \return Information whether the icon is handled here or needs to be handled by the server core.
|
||||
* \retval 0 Icon has been successfully defined/written.
|
||||
* \retval <0 Server core shall define/write the icon.
|
||||
*/
|
||||
MODULE_EXPORT int
|
||||
HD44780_icon(Driver *drvthis, int x, int y, int icon)
|
||||
|
||||
Reference in New Issue
Block a user