summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/helloscript.qdoc
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-10-21 07:59:50 (GMT)
committeraavit <qt-info@nokia.com>2011-10-21 07:59:50 (GMT)
commitcda84350a3e38d7a35e6341720e3e353803b8dea (patch)
tree240ba38d683ad1256ca7ddd54f51bf6f21962056 /doc/src/examples/helloscript.qdoc
parente5098123c12880d922923d1117f7b82995c6b5a0 (diff)
parent4673878256262802c07303fce1e1f8cc1b7e652b (diff)
downloadQt-cda84350a3e38d7a35e6341720e3e353803b8dea.zip
Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.gz
Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.bz2
Merge remote-tracking branch 'qt-fire-review/master'
Diffstat (limited to 'doc/src/examples/helloscript.qdoc')
-rw-r--r--doc/src/examples/helloscript.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/examples/helloscript.qdoc b/doc/src/examples/helloscript.qdoc
index 1c6ea85..745a327 100644
--- a/doc/src/examples/helloscript.qdoc
+++ b/doc/src/examples/helloscript.qdoc
@@ -29,9 +29,11 @@
\example script/helloscript
\title Hello Script Example
- The Hello Script example shows the basic use of Qt Script: How to embed
+ \brief The Hello Script example shows the basic use of Qt Script: How to embed
a script engine into the application, how to evaluate a script, and how
- to process the result of the evaluation. The example also shows how to
+ to process the result of the evaluation.
+
+ The example also shows how to
apply internationalization to scripts.
\snippet examples/script/helloscript/main.cpp 0