summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-08 16:16:23 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-08 16:16:23 (GMT)
commit436d41eabc5c4953f578c9ca1cbfb065d6fe8612 (patch)
tree5272298ce2a7282ffca26d910680295bc0644013 /doc
parent61975fcccac7dc20f0fcda4294a4660560501afc (diff)
downloadQt-436d41eabc5c4953f578c9ca1cbfb065d6fe8612.zip
Qt-436d41eabc5c4953f578c9ca1cbfb065d6fe8612.tar.gz
Qt-436d41eabc5c4953f578c9ca1cbfb065d6fe8612.tar.bz2
Doc: Fixed qdoc warnings.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/webkit-bridge-imageanalyzer.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/webkit-bridge-imageanalyzer.qdoc b/doc/src/examples/webkit-bridge-imageanalyzer.qdoc
index b8c42c6..cee2659 100644
--- a/doc/src/examples/webkit-bridge-imageanalyzer.qdoc
+++ b/doc/src/examples/webkit-bridge-imageanalyzer.qdoc
@@ -24,9 +24,10 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
/*!
\example webkit/imageanalyzer
- \startpage {index.html} {Qt Reference Documentation}
+ \startpage {index.html}{Qt Reference Documentation}
\title The Webkit Bridge Tutorial - Hybrid Client Application
In this example, we will show how to write a hybrid application using
@@ -84,7 +85,7 @@ page's mainFrame with \c addToJavaScriptWindowObject().
\snippet examples/webkit/imageanalyzer/resources/index.html sample images
- Clicking an image adds it to an images list.
+Clicking an image adds it to an images list.
\snippet examples/webkit/imageanalyzer/resources/index.html addImage