Commit 69211887 authored by Sze Howe Koh's avatar Sze Howe Koh Committed by The Qt Project
Browse files

Doc: Fix module name format

Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation



Change-Id: I1a8b3cafa9d1b9a6fdde835ae93f5f87b4d3970c
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
parent c3c83eb1
dev 5.10 5.11 5.12 5.12.1 5.12.10 5.12.11 5.12.12 5.12.2 5.12.3 5.12.4 5.12.5 5.12.6 5.12.7 5.12.8 5.12.9 5.13 5.13.0 5.13.1 5.13.2 5.14 5.14.0 5.14.1 5.14.2 5.15 5.15.0 5.15.1 5.15.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 5.9.8 6.2 6.2.0 6.2.1 6.2.2 old/5.0 old/5.1 old/5.2 stable v5.15.0-alpha1 v5.14.1 v5.14.0 v5.14.0-rc2 v5.14.0-rc1 v5.14.0-beta3 v5.14.0-beta2 v5.14.0-beta1 v5.14.0-alpha1 v5.13.2 v5.13.1 v5.13.0 v5.13.0-rc3 v5.13.0-rc2 v5.13.0-rc1 v5.13.0-beta4 v5.13.0-beta3 v5.13.0-beta2 v5.13.0-beta1 v5.13.0-alpha1 v5.12.7 v5.12.6 v5.12.5 v5.12.4 v5.12.3 v5.12.2 v5.12.1 v5.12.0 v5.12.0-rc2 v5.12.0-rc1 v5.12.0-beta4 v5.12.0-beta3 v5.12.0-beta2 v5.12.0-beta1 v5.12.0-alpha1 v5.11.3 v5.11.2 v5.11.1 v5.11.0 v5.11.0-rc2 v5.11.0-rc1 v5.11.0-beta4 v5.11.0-beta3 v5.11.0-beta2 v5.11.0-beta1 v5.11.0-alpha1 v5.10.1 v5.10.0 v5.10.0-rc3 v5.10.0-rc2 v5.10.0-rc1 v5.10.0-beta4 v5.10.0-beta3 v5.10.0-beta2 v5.10.0-beta1 v5.10.0-alpha1 v5.9.9 v5.9.8 v5.9.7 v5.9.6 v5.9.5 v5.9.4 v5.9.3 v5.9.2 v5.9.1 v5.9.0 v5.9.0-rc2 v5.9.0-rc1 v5.9.0-beta4 v5.9.0-beta3 v5.9.0-beta2 v5.9.0-beta1 v5.9.0-alpha1 v5.8.0 v5.8.0-rc1 v5.8.0-beta1 v5.8.0-alpha1 v5.7.1 v5.7.0 v5.7.0-rc1 v5.7.0-beta1 v5.7.0-alpha1 v5.6.3 v5.6.2 v5.6.1 v5.6.1-1 v5.6.0 v5.6.0-rc1 v5.6.0-beta1 v5.6.0-alpha1 v5.5.1 v5.5.0 v5.5.0-rc1 v5.5.0-beta1 v5.5.0-alpha1 v5.4.2 v5.4.1 v5.4.0 v5.4.0-rc1 v5.4.0-beta1 v5.4.0-alpha1 v5.3.2 v5.3.1 v5.3.0 v5.3.0-rc1 v5.3.0-beta1 v5.3.0-alpha1 v5.2.1 v5.2.0 v5.2.0-rc1 v5.2.0-beta1 v5.2.0-alpha1 v5.1.1 v5.1.0 v5.1.0-rc2 v5.1.0-rc1 v5.1.0-beta1 v5.1.0-alpha1 v5.0.2
No related merge requests found
Showing with 11 additions and 11 deletions
XQuery queries and XPath expressions can be used in Qt with the XQuery queries and XPath expressions can be used in Qt with the
QtXmlPatterns module. Qt XML Patterns module.
XQuery is a query language used to query XML in a concise and safe manner. XQuery is a query language used to query XML in a concise and safe manner.
......
...@@ -50,14 +50,14 @@ ...@@ -50,14 +50,14 @@
// We mean it. // We mean it.
/** /**
* @mainpage QtXmlPatterns -- an implementation of XML technologies * @mainpage Qt XML Patterns -- an implementation of XML technologies
* *
* - @ref Patternist_info * - @ref Patternist_info
* - @ref Patternist_writingDoxygen * - @ref Patternist_writingDoxygen
* *
* @section Patternist_info Overview * @section Patternist_info Overview
* *
* This is the internal developer documentation for QtXmlPatterns. Please refer * This is the internal developer documentation for Qt XML Patterns. Please refer
* to Qt Assistant for usage documentation. * to Qt Assistant for usage documentation.
* *
* The documentation that you are reading right now, can be generated by * The documentation that you are reading right now, can be generated by
......
...@@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE ...@@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE
class QString; class QString;
/** /**
* @short The namespace for the internal API of QtXmlPatterns * @short The namespace for the internal API of Qt XML Patterns
* @internal * @internal
*/ */
namespace QPatternist namespace QPatternist
......
...@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE ...@@ -71,7 +71,7 @@ QT_BEGIN_NAMESPACE
namespace QPatternist namespace QPatternist
{ {
/** /**
* @short Provides a translation context & functions for the QtXmlPatterns * @short Provides a translation context & functions for the Qt XML Patterns
* module. * module.
* *
* This class is not supposed to be instantiated. * This class is not supposed to be instantiated.
......
...@@ -578,7 +578,7 @@ John Snelson of Oracle Berkeley DB XML & XQilla writes in private mail: ...@@ -578,7 +578,7 @@ John Snelson of Oracle Berkeley DB XML & XQilla writes in private mail:
What is he referring to? What is he referring to?
If one spends some time on fancy diagrams, QtXmlPatterns[LINK]'s, the XQuery If one spends some time on fancy diagrams, Qt XML Patterns[LINK]'s, the XQuery
engine that shipped in Qt 4.4, architecture looks like this: engine that shipped in Qt 4.4, architecture looks like this:
...@@ -590,7 +590,7 @@ and the whole approach to this is modifying the existing codebase as follows: ...@@ -590,7 +590,7 @@ and the whole approach to this is modifying the existing codebase as follows:
Put differently, when QtXmlPatterns is dealing with XSL-T stylesheets, it Put differently, when Qt XML Patterns is dealing with XSL-T stylesheets, it
replaces the XQuery tokenizer with a tokenizer which translates the replaces the XQuery tokenizer with a tokenizer which translates the
stylesheet into XQuery tokens, that is consumed by the existing XQuery stylesheet into XQuery tokens, that is consumed by the existing XQuery
parser, extended with both grammar non-terminals and tokens to accomodate the parser, extended with both grammar non-terminals and tokens to accomodate the
...@@ -656,7 +656,7 @@ focus(which for doesn't, but paths do), but can do so over atomic values and ...@@ -656,7 +656,7 @@ focus(which for doesn't, but paths do), but can do so over atomic values and
unconditionally without sorting the result by document order(which paths unconditionally without sorting the result by document order(which paths
can't/doesn't, but for do). For implementations that normalize paths into for can't/doesn't, but for do). For implementations that normalize paths into for
loops as the formal semantics do, the approach is straight forward. In loops as the formal semantics do, the approach is straight forward. In
QtXmlPatterns' case, a synthetic token is queued which signals to create Qt XML Patterns' case, a synthetic token is queued which signals to create
a "relaxed" path expression which skips halting on atomic values in its a "relaxed" path expression which skips halting on atomic values in its
operands(XPTY0019) and also skips node sorting. operands(XPTY0019) and also skips node sorting.
...@@ -667,7 +667,7 @@ could have been used, but in anycase the IR yielded is the same, and that ...@@ -667,7 +667,7 @@ could have been used, but in anycase the IR yielded is the same, and that
computed constructors happen to use less tokens. computed constructors happen to use less tokens.
A particular case is xsl:namespace, an instruction which doesn't have any A particular case is xsl:namespace, an instruction which doesn't have any
corresponding expression in XQuery. In the case of QtXmlPatterns, the code corresponding expression in XQuery. In the case of Qt XML Patterns, the code
obvious already have a notion of "create this namespace on this element", and obvious already have a notion of "create this namespace on this element", and
an AST node was trivially added for fetching the namespace components an AST node was trivially added for fetching the namespace components
computationally. However, the introduction of xsl:namespace in an XQuery computationally. However, the introduction of xsl:namespace in an XQuery
...@@ -702,7 +702,7 @@ but also ...@@ -702,7 +702,7 @@ but also
because more decisions can be taken at runtime through all attribute value because more decisions can be taken at runtime through all attribute value
templates. xsl:sort is surely a good example of this with its AVTs for templates. xsl:sort is surely a good example of this with its AVTs for
language, order, collation, stability and what not. XQuery's order by stands language, order, collation, stability and what not. XQuery's order by stands
in strong contrast, which has these coded in the grammar. In QtXmlPatterns' in strong contrast, which has these coded in the grammar. In Qt XML Patterns'
case, the AST node corresponding to order by was generalized to take things case, the AST node corresponding to order by was generalized to take things
such as stability and order from operands. This is paid by the code paths in such as stability and order from operands. This is paid by the code paths in
XQuery since for them are constants generated and inserted as operands even XQuery since for them are constants generated and inserted as operands even
...@@ -1038,7 +1038,7 @@ Have top-level xml:space, ensure whitespace as child of xsl:stylesheet is ignore ...@@ -1038,7 +1038,7 @@ Have top-level xml:space, ensure whitespace as child of xsl:stylesheet is ignore
</xsl:stylesheet> </xsl:stylesheet>
Compat mode, Saxon & QtXmlPatterns fails: Compat mode, Saxon & Qt XML Patterns fails:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment