From 2a073bc1034998a9b13578cf30158fe9fe0c3e0b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 5 Sep 2010 09:45:28 +0000 Subject: [PATCH] Evas bidi: Fixed docs. SVN revision: 51900 --- legacy/evas/src/lib/engines/common/evas_bidi_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_bidi_utils.c b/legacy/evas/src/lib/engines/common/evas_bidi_utils.c index 628c3f72ae..ed83fe5ad8 100644 --- a/legacy/evas/src/lib/engines/common/evas_bidi_utils.c +++ b/legacy/evas/src/lib/engines/common/evas_bidi_utils.c @@ -259,7 +259,7 @@ evas_bidi_props_copy_and_ref(const Evas_BiDi_Props *src, Evas_BiDi_Props *dst) * @internal * Reorders ustr according to the bidi props. * - * @param ustr the string to reorder. + * @param ustr the string to reorder. - Null is ok, will just populate the map. * @param intl_props the intl properties to rerorder according to. * @param _v_to_l The visual to logical map to populate - if NULL it won't populate it. * @return #EINA_FALSE on success, #EINA_TRUE on error.