summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simple
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-01-16 14:16:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-20 13:49:38 +0100
commit7f394bc7c4c61289885101f4d349a0bf573ac11d (patch)
tree9f0d8073ffd07db740026e7a3a9ae3276e6cb1bd /examples/activeqt/simple
parentd7dfd458f40b7de50ede0acb885ca9f3a65c3abb (diff)
Doc: corrected snippet issues
In multiple.qdoc: replace \snippet with \input Replaced statement "snippet" with "input" Replaced "*;" with "*\" Replaced raw-endraw with code-endcode Replaced "raw" with "code" Put code-endcode around numbered paragraphs Resolved conflict in simple-demo.qdocinc Task-number: QTBUG-29101 Change-Id: Idceb971d56551bf9e8bdce410360d418747731fe Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/activeqt/simple')
-rw-r--r--examples/activeqt/simple/doc/src/simple.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/activeqt/simple/doc/src/simple.qdoc b/examples/activeqt/simple/doc/src/simple.qdoc
index 3a781ae..77a45c5 100644
--- a/examples/activeqt/simple/doc/src/simple.qdoc
+++ b/examples/activeqt/simple/doc/src/simple.qdoc
@@ -99,18 +99,18 @@
The simple ActiveX control is embedded using the \c <object> tag.
- \snippet doc/src/examples/simple-demo.qdocinc 0
+ \input doc/src/examples/simple-demo.qdocinc 0
A simple HTML button is connected to the ActiveQt's about() slot.
- \snippet doc/src/examples/simple-demo.qdocinc 1
+ \input doc/src/examples/simple-demo.qdocinc 1
A second ActiveX control - the standard Calendar Control - is instantiated
- \snippet doc/src/examples/simple-demo.qdocinc 2
+ \input doc/src/examples/simple-demo.qdocinc 2
Events from the ActiveX controls are handled using both Visual Basic Script
and JavaScript.
- \snippet doc/src/examples/simple-demo.qdocinc 3
+ \input doc/src/examples/simple-demo.qdocinc 3
*/