[gxml] * last minute documentation fixes to unbreak compilation



commit 5081e2065f7ca4fe7b3741fec0d9bf5d03067f57
Author: Richard Schwarting <aquarichy gmail com>
Date:   Wed Sep 14 14:29:14 2011 -0400

    * last minute documentation fixes to unbreak compilation

 gxml/NamespaceAttr.vala |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/gxml/NamespaceAttr.vala b/gxml/NamespaceAttr.vala
index 94cf5b3..7fac1e5 100644
--- a/gxml/NamespaceAttr.vala
+++ b/gxml/NamespaceAttr.vala
@@ -21,9 +21,8 @@ namespace GXml.Dom {
 
 
 		/**
-		 * The prefix that this xmlns attribute defines.  So,
-		 * if the element was like [[[<Fish
-		 * xmlns:foods="http://fishies.org/foods"; />]]], the
+		 * The prefix that this xmlns attribute defines. So,
+		 * if the element was like {{{<Fish xmlns:foods="http://fishies.org/foods"; />}}}, the
 		 * defined prefix would be foods.
 		 */ 
 		public string defined_prefix {
@@ -35,10 +34,9 @@ namespace GXml.Dom {
 		}
 
 		/**
-		 * The namespace uri that this xmlns attribute defines.  So,
-		 * if the element was like [[[<Fish
-		 * xmlns:foods="http://fishies.org/foods"; />]]], the
-		 * defined namespace uri would be http://fishies.org/foods/.
+		 * The namespace uri that this xmlns attribute defines. So,
+		 * if the element was like {{{<Fish xmlns:foods="http://fishies.org/foods"; />}}}, the
+		 * defined namespace uri would be [[http://fishies.org/foods/]].
 		 */ 
 		public string defined_namespace_uri {
 			get {



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