summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-08-23 08:07:45 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-08-23 08:07:45 +0000
commit4c36cf2149e0e60720a4d029cfa571b1ad5cb390 (patch)
tree629b7f480c06211b48bc986643b9c7354b1a4a52
parent704b77565e0108982d2e2a26f572ce0b3eb85170 (diff)
downloadlibdom-4c36cf2149e0e60720a4d029cfa571b1ad5cb390.tar.gz
libdom-4c36cf2149e0e60720a4d029cfa571b1ad5cb390.tar.bz2
Some formatting problem.
svn path=/trunk/dom/; revision=9408
-rw-r--r--src/core/attr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/attr.c b/src/core/attr.c
index df95482..f1c4f54 100644
--- a/src/core/attr.c
+++ b/src/core/attr.c
@@ -64,8 +64,8 @@ static struct dom_node_protect_vtable attr_protect_vtable = {
* \param prefix The namespace prefix of the attribute, or NULL
* \param specified Whtether this attribute is specified
* \param result Pointer to location to receive created attribute
- * \return DOM_NO_ERR on success,
- * DOM_NO_MEM_ERR on memory exhaustion.
+ * \return DOM_NO_ERR on success,
+ * DOM_NO_MEM_ERR on memory exhaustion.
*
* ::doc and ::name will have their reference counts increased. The
* caller should make sure that ::name is a valid NCName here.
@@ -105,9 +105,9 @@ dom_exception _dom_attr_create(struct dom_document *doc,
* \param a The dom_attr
* \param doc The document
* \param name The name of this attribute node
- * \param namespace The namespace of this attribute
+ * \param namespace The namespace of this attribute
* \param prefix The prefix
- * \param specified Whether this node is a specified one
+ * \param specified Whether this node is a specified one
* \param result The returned node
* \return DOM_NO_ERR on success, appropriate dom_exception on failure.
*/