summaryrefslogtreecommitdiff
path: root/src/core/cdatasection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cdatasection.c')
-rw-r--r--src/core/cdatasection.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/cdatasection.c b/src/core/cdatasection.c
index fd10c3a..c6812e3 100644
--- a/src/core/cdatasection.c
+++ b/src/core/cdatasection.c
@@ -31,10 +31,9 @@ static struct dom_node_protect_vtable cdata_section_protect_vtable = {
* \param name The name of the node to create
* \param value The text content of the node
* \param result Pointer to location to receive created node
- * \return DOM_NO_ERR on success,
- * DOM_NO_MEM_ERR on memory exhaustion.
+ * \return DOM_NO_ERR on success or DOM_NO_MEM_ERR on memory exhaustion.
*
- * ::doc, ::name and ::value will have their reference counts increased.
+ * \p doc, \p name and \p value will have their reference counts increased.
*
* The returned node will already be referenced.
*/
@@ -72,7 +71,7 @@ dom_exception _dom_cdata_section_create(dom_document *doc,
*
* \param cdata The cdata section to destroy
*
- * The contents of ::cdata will be destroyed and ::cdata will be freed.
+ * The contents of \p cdata will be destroyed and \p cdata will be freed.
*/
void _dom_cdata_section_destroy(dom_cdata_section *cdata)
{