summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /doc
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
change \img to \image in docs
\img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/analogclock.qdoc2
-rw-r--r--doc/src/examples/factorial.qdoc2
-rw-r--r--doc/src/examples/pingpong.qdoc2
-rw-r--r--doc/src/examples/trafficlight.qdoc4
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/examples/analogclock.qdoc b/doc/src/examples/analogclock.qdoc
index 265ca76eea..4385da07b6 100644
--- a/doc/src/examples/analogclock.qdoc
+++ b/doc/src/examples/analogclock.qdoc
@@ -109,7 +109,7 @@
the painter handle transformations is often easier than performing
manual calculations just to draw the contents of a custom widget.
- \img analogclock-viewport.png
+ \image analogclock-viewport.png
We draw the hour hand first, using a formula that rotates the coordinate
system counterclockwise by a number of degrees determined by the current
diff --git a/doc/src/examples/factorial.qdoc b/doc/src/examples/factorial.qdoc
index 3852a1e6ea..ead9695c1c 100644
--- a/doc/src/examples/factorial.qdoc
+++ b/doc/src/examples/factorial.qdoc
@@ -34,7 +34,7 @@
The statechart for calculating the factorial looks as follows:
- \img factorial-example.png
+ \image factorial-example.png
\omit
\caption This is a caption
\endomit
diff --git a/doc/src/examples/pingpong.qdoc b/doc/src/examples/pingpong.qdoc
index eef6a64ceb..87358684c0 100644
--- a/doc/src/examples/pingpong.qdoc
+++ b/doc/src/examples/pingpong.qdoc
@@ -35,7 +35,7 @@
This example implements a statechart where two states communicate by
posting events to the state machine. The state chart looks as follows:
- \img pingpong-example.png
+ \image pingpong-example.png
\omit
\caption This is a caption
\endomit
diff --git a/doc/src/examples/trafficlight.qdoc b/doc/src/examples/trafficlight.qdoc
index df0ffdeab7..f80225fc84 100644
--- a/doc/src/examples/trafficlight.qdoc
+++ b/doc/src/examples/trafficlight.qdoc
@@ -59,7 +59,7 @@
timer, and as we shall see the timeout is used to transition from one
LightState to another. Here is the statechart for the light state:
- \img trafficlight-example1.png
+ \image trafficlight-example1.png
\omit
\caption This is a caption
\endomit
@@ -73,7 +73,7 @@
yellow-to-green. The same process repeats through the other states.
This is what the statechart looks like:
- \img trafficlight-example2.png
+ \image trafficlight-example2.png
\omit
\caption This is a caption
\endomit