summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-10-28 11:08:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-29 11:50:35 +0000
commit511bbec1c5b6111f17ef5357ca7a6041555e571b (patch)
treeb1617b71695759dbbe2c45899caeef46e56d78b7 /offapi/com/sun/star/xml
parent203d3e63762bb269f9a111279d9e800f20adaf33 (diff)
doxygen warnings: "explicit link request to ´foo´ could not be resolved
as #foo doesn't work to link to parameters described in the block, use "\p foo" instead to format it. Change-Id: Ic9bd59936f872c8f87aba50e87ba788265149832 Reviewed-on: https://gerrit.libreoffice.org/6459 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/dom/XNode.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/dom/XNode.idl b/offapi/com/sun/star/xml/dom/XNode.idl
index fd6aed9c9c8a..b5ff8962753e 100644
--- a/offapi/com/sun/star/xml/dom/XNode.idl
+++ b/offapi/com/sun/star/xml/dom/XNode.idl
@@ -35,7 +35,7 @@ interface XDocument;
<p>The Node interface is the primary datatype for the entire Document Object Model.
It represents a single node in the document tree. While all objects implementing
the Node interface expose methods for dealing with children, not all objects
-#implementing the Node interface may have children. For example, Text nodes may not
+implementing the Node interface may have children. For example, Text nodes may not
have children, and adding children to such nodes results in a DOMException being raised.</p>
<p>The attributes nodeName, nodeValue and attributes are included as a mechanism to get at