svn commit: r1144737 - /xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp
[email protected] Sat, 09 Jul 2011 20:37:12 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mrglavas
Date: Sat Jul 9 20:37:12 2011
New Revision: 1144737
URL: http://svn.apache.org/viewvc?rev=1144737&view=rev
Log:
Fixing JIRA Issue #709: http://issues.apache.org/jira/browse/XALANC-709. Changes to a comment to correct a doxygen bug. Patch thanks to Steven Hathaway.
Modified:
xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp
Modified: xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp?rev=1144737&r1=1144736&r2=1144737&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XalanQName.hpp Sat Jul 9 20:37:12 2011
@@ -55,7 +55,7 @@ class XPathEnvSupport;
/**
- * Class to represent a qualified name: "The name of an internal XSLT object,
+ * Class to represent a qualified name. The name of an internal XSLT object,
* specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]),
* an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]),
* a locale (see [14.3 Number Formatting]), a variable or a parameter (see
@@ -64,7 +64,7 @@ class XPathEnvSupport;
* in effect on the attribute in which the name occurs. The expanded name
* consisting of the local part of the name and the possibly null URI reference
* is used as the name of the object. The default namespace is not used for
- * unprefixed names."
+ * unprefixed names.
*/
class XALAN_XPATH_EXPORT XalanQName