Author: damitha
Date: Thu Jun 24 17:00:09 2010
New Revision: 957628
URL: http://svn.apache.org/viewvc?rev=957628&view=rev
Log:
Fix doxygen errors
Modified:
axis/axis2/c/core/trunk/util/include/axutil_qname.h
axis/axis2/c/core/trunk/util/include/axutil_utils.h
Modified: axis/axis2/c/core/trunk/util/include/axutil_qname.h
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/include/axutil_qname.h?rev=957628&r1=957627&r2=957628&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/include/axutil_qname.h (original)
+++ axis/axis2/c/core/trunk/util/include/axutil_qname.h Thu Jun 24 17:00:09 2010
@@ -50,7 +50,7 @@ extern "C"
* @ns_uri optional
* The prefix. Must not be null. Use "" (empty string) to indicate that no
* namespace URI is present or the namespace URI is not relevant
- * if null is passed for prefix and uri , "'(empty string ) will be
assinged to
+ * if null is passed for prefix and uri , ""(empty string ) will be
assinged to
* those fields
* @return a pointer to newly created qname struct
*/
Modified: axis/axis2/c/core/trunk/util/include/axutil_utils.h
URL:
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/include/axutil_utils.h?rev=957628&r1=957627&r2=957628&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/include/axutil_utils.h (original)
+++ axis/axis2/c/core/trunk/util/include/axutil_utils.h Thu Jun 24 17:00:09 2010
@@ -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.