summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/helloscript.qdoc
diff options
context:
space:
mode:
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