From 5d895f579de1204617cfd8d22f3e0485ba87e07c Mon Sep 17 00:00:00 2001 From: damitha Date: Thu, 24 Jun 2010 17:00:09 +0000 Subject: Fix doxygen errors git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957628 13f79535-47bb-0310-9956-ffa450edef68 --- util/include/axutil_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/include/axutil_utils.h') diff --git a/util/include/axutil_utils.h b/util/include/axutil_utils.h index 1cef523..cb0af8e 100644 --- a/util/include/axutil_utils.h +++ b/util/include/axutil_utils.h @@ -226,10 +226,10 @@ extern "C" /** * Quotes an XML string. * Replace '<', '>', and '&' with '<', '>', and '&'. - * If quotes is true, then replace '"' with '"'. + * If quotes is true, then replace double quote with '"'. * @param env pointer to environment struct * @param s string to be quoted - * @param quotes if AXIS2_TRUE then replace '"' with '"'. + * @param quotes if AXIS2_TRUE then replace double quote with '"'. * quotes is typically set to true for XML strings that will occur within * double quotes -- attribute values. * @return Encoded string if there are characters to be encoded, else NULL. -- cgit v1.1-32-gdbae