From a9b8e434403b3c77fde148e56cee405272e8ae37 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 7 Apr 2011 04:42:01 +0000 Subject: [PATCH] slight doc clean SVN revision: 58404 --- legacy/eina/src/lib/eina_simple_xml_parser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/eina/src/lib/eina_simple_xml_parser.c b/legacy/eina/src/lib/eina_simple_xml_parser.c index 097c8be210..e3e5652d0e 100644 --- a/legacy/eina/src/lib/eina_simple_xml_parser.c +++ b/legacy/eina/src/lib/eina_simple_xml_parser.c @@ -281,7 +281,9 @@ eina_simple_xml_shutdown(void) * @{ */ -/* +/** + * Parse a section of XML string text + * * @param buf the input string. May not contain \0 terminator. * @param buflen the input string size. * @param strip whenever this parser should strip leading and trailing