[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom
From:       Frans Englich <frans.englich () telia ! com>
Date:       2005-11-01 0:54:51
Message-ID: 1130806491.065815.3189.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 476265 by englich:

Doxygen fixes


 M  +26 -23    Helper.h  


--- trunk/kdenonbeta/kdom/Helper.h #476264:476265
@@ -150,9 +150,12 @@
          * @param node the node to serialize
          * @param prettyIndent if true, the text is indented according to @p level 
          * @param level the indentation level counted in spaces
+         * @param indent the string to indent with
          *
          */
-        static void PrintNode(QTextStream &ret, NodeImpl *node, bool prettyIndent = true,
+        static void PrintNode(QTextStream &ret,
+                              NodeImpl *node,
+                              bool prettyIndent = true,
                               const QString &indent = QString::fromLatin1("  "),
                               unsigned short level = 0);
 
@@ -175,14 +178,14 @@
          * @returns an URI built from @p base and @p relative
          */
         static DOMStringImpl *ResolveURI(DOMStringImpl *relative,
-										 DOMStringImpl *base);
+                                         DOMStringImpl *base);
 
         /**
          * Determines whether the string is valid according to the NCName production.
          * A NCName -- a non-colon name -- is for example the prefix found in
          * attribute/element names, or the name after the prefix (without the colon).
          *
-         * @param string to perform validation
+         * @param data to perform validation
          * @returns true if @p str is a valid NCName
          */
         static bool IsValidNCName(DOMStringImpl *data);
@@ -192,7 +195,7 @@
          * A QName -- a qualified name -- is a namespace-aware XML name, for example
          * "xsl:template" or an NCName, for example "body".
          *
-         * @param string to perform validation
+         * @param data to perform validation
          * @returns true if @p str is a valid QName
          */
         static bool IsValidQName(DOMStringImpl *data);
@@ -202,25 +205,25 @@
          */
         static DOMStringImpl *parseURL(DOMStringImpl *url);
 
-		/**
-		 * Returns a conventional prefix for @p namespaceURI. This can be used
-		 * for error reporting.
-		 *
-		 * An example:
-		 * \code
-		 * KDOM::DOMString prefix = Helper::DisplayPrefix(NS_WXS);
-		 * // prefix == "xs"
-		 * \endcode
-		 *
-		 * Handled namespaces are the W3C XML Schema, XPath Data Types, XPath Functions, and
-		 * XQuery Errors namespace.
-		 *
-		 * @note Null may be returned if there exists no conventional prefix for @p namespaceURI.
-		 * @author Frans Englich <frans.englich@telia.com>
-		 * @param namespaceURI the namespace to return a conventional prefix for. An empty
-		 * string is returned if the namespace is not handled.
-		 */
-		static DOMString displayPrefix(const DOMString &namespaceURI);
+        /**
+         * Returns a conventional prefix for @p namespaceURI. This can be used
+         * for error reporting.
+         *
+         * An example:
+         * \code
+         * KDOM::DOMString prefix = Helper::DisplayPrefix(NS_WXS);
+         * // prefix == "xs"
+         * \endcode
+         *
+         * Handled namespaces are the W3C XML Schema, XPath Data Types, XPath Functions, and
+         * XQuery Errors namespace.
+         *
+         * @note Null may be returned if there exists no conventional prefix for @p namespaceURI.
+         * @author Frans Englich <frans.englich@telia.com>
+         * @param namespaceURI the namespace to return a conventional prefix for. An empty
+         * string is returned if the namespace is not handled.
+         */
+        static DOMString displayPrefix(const DOMString &namespaceURI);
 
         /**
          * Take a string like "1,2,3,4" and returns an array of those lengths.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic