[libxml++] ContentNode::get_content(): Fix a documentation typo.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml++] ContentNode::get_content(): Fix a documentation typo.
- Date: Wed, 20 Jul 2011 04:47:07 +0000 (UTC)
commit d12777bcdd92d09272e01af8fc91df3ebf18e9e5
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jul 20 06:47:01 2011 +0200
ContentNode::get_content(): Fix a documentation typo.
* libxml++/nodes/contentnode.h: Mention > instead of &qt (a q
instead of a g, and no ;.).
ChangeLog | 7 +++++++
libxml++/nodes/contentnode.h | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dd1ac50..4706c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-20 Murray Cumming <murrayc murrayc com>
+
+ ContentNode::get_content(): Fix a documentation typo.
+
+ * libxml++/nodes/contentnode.h: Mention > instead of &qt (a q
+ instead of a g, and no ;.).
+
2011-07-20 Mathias Lorente <mathias lorente free fr>
Add Element::add_child_cdata().
diff --git a/libxml++/nodes/contentnode.h b/libxml++/nodes/contentnode.h
index 447d3e5..28f518d 100644
--- a/libxml++/nodes/contentnode.h
+++ b/libxml++/nodes/contentnode.h
@@ -21,7 +21,7 @@ public:
virtual ~ContentNode();
/** Get the text of this content node.
- * @returns The text. Note that the 5 predefined entities (&, ", <, &qt, ')
+ * @returns The text. Note that the 5 predefined entities (&, ", <, >, ')
* are always resolved, so this content will show their human-readable equivalents.
*/
Glib::ustring get_content() const;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]