better Doxygen documentation of icon()
This commit is contained in:
@@ -556,7 +556,8 @@ curses_hbar (Driver *drvthis, int x, int y, int len, int promille, int options)
|
||||
* \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
|
||||
curses_icon (Driver *drvthis, int x, int y, int icon)
|
||||
|
||||
Reference in New Issue
Block a user