Changeset f5819ca1 in mainline for uspace/lib/ui/src/entry.c


Ignore:
Timestamp:
2021-06-25T13:01:40Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69511176
Parents:
65ec18d
Message:

Add missing docblock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/entry.c

    r65ec18d rf5819ca1  
    183183}
    184184
     185/** Paint cursor.
     186 *
     187 * @param entry Text entry
     188 * @param pos Cursor position (top-left corner of next character)
     189 * @return EOK on success or an error code
     190 */
    185191static errno_t ui_entry_paint_cursor(ui_entry_t *entry, gfx_coord2_t *pos)
    186192{
Note: See TracChangeset for help on using the changeset viewer.