stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=adbe2e864b83041717d7e10ed42793828514ad9a
commit adbe2e864b83041717d7e10ed42793828514ad9a Author: Stefan Schmidt <s.schm...@samsung.com> Date: Wed Apr 8 14:13:57 2015 +0200 eina: Add since tag for new eina_simple_xml_attribute_w3c_parse() --- src/lib/eina/eina_simple_xml_parser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/eina/eina_simple_xml_parser.h b/src/lib/eina/eina_simple_xml_parser.h index 365b2d0..e3e7107 100644 --- a/src/lib/eina/eina_simple_xml_parser.h +++ b/src/lib/eina/eina_simple_xml_parser.h @@ -290,6 +290,8 @@ EAPI Eina_Bool eina_simple_xml_attributes_parse(const char *buf, unsigned buflen * * @return #EINA_TRUE on success or #EINA_FALSE if it was aborted by user or * parsing error. + * + * @since 1.14 */ EAPI Eina_Bool eina_simple_xml_attribute_w3c_parse(const char *buf, Eina_Simple_XML_Attribute_Cb func, const void *data); --