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



commit 2c7a6302f28c726dce1fee4a44548ce16ad956f7
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 44b930f..46588f3 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 : Node {


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