better Doxygen documentation of icon()

This commit is contained in:
marschap
2008-12-21 14:07:20 +00:00
parent 55147836eb
commit 175e4c7b4f
12 changed files with 24 additions and 12 deletions
+2 -1
View File
@@ -365,7 +365,8 @@ debug_num (Driver *drvthis, int x, int num)
* \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
debug_icon (Driver *drvthis, int x, int y, int icon)