[gxml/gsoc2013: 53/69] Text.vala: update documentation, specifically adding refs to spec
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013: 53/69] Text.vala: update documentation, specifically adding refs to spec
- Date: Sat, 27 Jul 2013 04:10:39 +0000 (UTC)
commit 03105730eb91aae9809fb68afa9e3349e51cbbae
Author: Richard Schwarting <aquarichy gmail com>
Date: Sat Jul 27 00:01:54 2013 -0400
Text.vala: update documentation, specifically adding refs to spec
gxml/Text.vala | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Text.vala b/gxml/Text.vala
index d07ccfe..82598ea 100644
--- a/gxml/Text.vala
+++ b/gxml/Text.vala
@@ -37,7 +37,9 @@ namespace GXml {
* adjacent text nodes are always merged into one Text node,
* so some functionality for Text, like split_text, will not
* work completely as expected.
- * For more, see: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1312295772]]
+ *
+ * Version: DOM Level 1 Core
+ * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1312295772]]
*/
public class Text : CharacterData {
internal Text (Xml.Node *text_node, Document doc) {
@@ -62,6 +64,9 @@ namespace GXml {
* text and return the second part as a node outside
* of the document tree.
*
+ * Version: DOM Level 1 Core
+ * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-38853C1D]]
+ *
* @param offset The point at which to split the Text,
* in number of characters.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]