Index: uspace/lib/ui/src/entry.c
===================================================================
--- uspace/lib/ui/src/entry.c	(revision 65ec18dd0204fe82f5c6cafac5e2fa80b27d3c04)
+++ uspace/lib/ui/src/entry.c	(revision f5819ca1fba432e9324cd0836a0fe38397b41370)
@@ -183,4 +183,10 @@
 }
 
+/** Paint cursor.
+ *
+ * @param entry Text entry
+ * @param pos Cursor position (top-left corner of next character)
+ * @return EOK on success or an error code
+ */
 static errno_t ui_entry_paint_cursor(ui_entry_t *entry, gfx_coord2_t *pos)
 {
