summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/xquery/doc
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-17 20:23:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-22 17:48:21 +0100
commit95f88ed6c58925b74e6e6c25a44e597e5be112b1 (patch)
treeabb4727988cd208efe2f0cea79efb1e56b11565a /examples/xmlpatterns/xquery/doc
parentf217661e4c0c5c653442da65498c4a235a41b785 (diff)
whitespace fixes
remove trailing spaces & expand tabs Change-Id: Ic958087d8c50f3c51d767f5191e54c4079cc74a2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'examples/xmlpatterns/xquery/doc')
-rw-r--r--examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc b/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
index 02d2af01..94777cd9 100644
--- a/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
+++ b/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
@@ -62,7 +62,7 @@
do is protect the global variables to prevent the bugs described
above. How can we use XQuery and
\l{http://public.kitware.com/GCC_XML/HTML/Index.html} {GCC-XML} to
- find the variables that need protecting?
+ find the variables that need protecting?
\section3 A C++ application
@@ -72,7 +72,7 @@
\section3 The XML description of the C++ application
- Submitting this C++ source to
+ Submitting this C++ source to
\l{http://public.kitware.com/GCC_XML/HTML/Index.html} {GCC-XML}
produces this XML description:
@@ -102,7 +102,7 @@
The \c xmlpatterns command loads and parses \c globals.gccxml,
runs the XQuery \c reportGlobals.xq, and generates this report:
- \div {class="details"}
+ \div {class="details"}
Start report: 2008-12-16T13:43:49.65Z
\enddiv
@@ -122,7 +122,7 @@
\div {class="details"} End report: 2008-12-16T13:43:49.65Z \enddiv
- \section1 XQuery Code Walk-Through
+ \section1 XQuery Code Walk-Through
The XQuery source is in
\c{examples/xmlpatterns/xquery/globalVariables/reportGlobals.xq}
@@ -175,12 +175,12 @@
\quotefromfile xmlpatterns/xquery/globalVariables/globals.html
\skipto <body>
\printuntil </body>
-
+
The XQuery declares three more local functions that are called in
turn by the \c{local:report()} function. \c{isComplexType()}
returns true if the variable has a complex type. The variable can
be mutable or const.
-
+
\quotefromfile xmlpatterns/xquery/globalVariables/reportGlobals.xq
\skipto declare function local:isComplexType
\printuntil };