summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2016-01-20 13:47:49 +0100
committermvglasow <michael -at- vonglasow.com>2016-01-20 13:47:49 +0100
commit86df00e1313d5b0351452f0e0ee7a7750fd06223 (patch)
tree3c274e56baac4d0740f43bf6b0657c782d0645fe
parente38b33546d2f7ee631b7da603c8fa894034c435e (diff)
downloadnavit-R6539.tar.gz
Refactor:osd:Minor documentation improvementsR6539
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r--navit/osd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/navit/osd.c b/navit/osd.c
index 26e8952ee..a5530c0d7 100644
--- a/navit/osd.c
+++ b/navit/osd.c
@@ -196,7 +196,9 @@ osd_std_calculate_sizes(struct osd_item *item, int w, int h)
* @brief Recalculates the size and position of an OSD item and
* triggers a redraw of the item.
*
- * @param item
+ * This is a callback function that can be stored in the `resize_cb` member of an OSD item.
+ *
+ * @param item The OSD item to resize and redraw
* @param priv
* @param w Available screen width in pixels (the width that corresponds to
* 100%)