summaryrefslogtreecommitdiff
path: root/navit/attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/attr.c')
-rw-r--r--navit/attr.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/navit/attr.c b/navit/attr.c
index 903bcc8f1..1c13c3fbf 100644
--- a/navit/attr.c
+++ b/navit/attr.c
@@ -401,6 +401,15 @@ attr_to_text_ext(struct attr *attr, char *sep, enum attr_format fmt, enum attr_f
return g_strdup_printf("(no text[%s])", attr_to_name(type));
}
+/**
+ * @brief Converts an attribute to a string that can be displayed
+ *
+ * This function is just a wrapper around {@code attr_to_text_ext()}.
+ *
+ * @param attr The attribute to convert
+ * @param map
+ * @param pretty Not used
+ */
char *
attr_to_text(struct attr *attr, struct map *map, int pretty)
{