[gxml] ProcessingInstruction.vala: docfix for an entity ref



commit 571d5929493ab24a700e699f30f041ca47f85f5b
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:11 2013 -0400

    ProcessingInstruction.vala: docfix for an entity ref

 gxml/ProcessingInstruction.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gxml/ProcessingInstruction.vala b/gxml/ProcessingInstruction.vala
index e753f76..9aac94a 100644
--- a/gxml/ProcessingInstruction.vala
+++ b/gxml/ProcessingInstruction.vala
@@ -34,10 +34,10 @@ namespace GXml {
         * To create one, use { link GXml.Document.create_processing_instruction}.
         *
         * For an example of a ProcessingInstruction, this one specifies a stylesheet:
-        * {{{&lt;?xml-stylesheet href="style.xsl" type="text/xml"?>}}}
+        * {{{<?xml-stylesheet href="style.xsl" type="text/xml"?>}}}
         *
         * The general form is
-        * {{{&lt;?pi_target processing instruction data?>}}}
+        * {{{<?pi_target processing instruction data?>}}}
         * For more, see: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-1004215813]]
         */
        public class ProcessingInstruction : DomNode {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]