summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:43:27 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:43:27 (GMT)
commit211aea4ea4871e89db2ad42aa9859f9efb34e091 (patch)
treef7ba41c8bc2afb12d28d2897c51b1c61d3e54e31
parent9cb4327bd29e8e8af6f5e3dea5121cf26d1c887d (diff)
downloadQt-211aea4ea4871e89db2ad42aa9859f9efb34e091.zip
Qt-211aea4ea4871e89db2ad42aa9859f9efb34e091.tar.gz
Qt-211aea4ea4871e89db2ad42aa9859f9efb34e091.tar.bz2
Add briefs for the new 4.8 examples.
-rw-r--r--doc/src/examples/multicastreceiver.qdoc2
-rw-r--r--doc/src/examples/multicastsender.qdoc2
-rw-r--r--doc/src/examples/simplewebplugin.qdoc2
-rw-r--r--doc/src/examples/undoframework.qdoc2
-rw-r--r--doc/src/examples/webftpclient.qdoc2
-rw-r--r--doc/src/examples/webplugin.qdoc2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/examples/multicastreceiver.qdoc b/doc/src/examples/multicastreceiver.qdoc
index 1a0f3b5..96a011f 100644
--- a/doc/src/examples/multicastreceiver.qdoc
+++ b/doc/src/examples/multicastreceiver.qdoc
@@ -29,7 +29,7 @@
\example network/multicastreceiver
\title Multicast Receiver Example
- The Multicast Receiever example shows how to receive information that is
+ \brief The Multicast Receiever example shows how to receive information that is
sent to a multicast group.
\image multicastreceiver-example.png
diff --git a/doc/src/examples/multicastsender.qdoc b/doc/src/examples/multicastsender.qdoc
index 55b3804..c5b7531 100644
--- a/doc/src/examples/multicastsender.qdoc
+++ b/doc/src/examples/multicastsender.qdoc
@@ -29,7 +29,7 @@
\example network/multicastsender
\title Multicast Sender Example
- The Multicast Sender example shows how to send information to multiple
+ \brief The Multicast Sender example shows how to send information to multiple
clients in a multicast group.
\image multicastsender-example.png
diff --git a/doc/src/examples/simplewebplugin.qdoc b/doc/src/examples/simplewebplugin.qdoc
index 4c95b58..185cc85 100644
--- a/doc/src/examples/simplewebplugin.qdoc
+++ b/doc/src/examples/simplewebplugin.qdoc
@@ -29,7 +29,7 @@
\example webkit/simplewebplugin
\title Simple Web Plugin Example
- The Simple Web Plugin example shows how to embed a regular Qt widget into a
+ \brief The Simple Web Plugin example shows how to embed a regular Qt widget into a
Web page displayed using QWebView.
\image webkit-simplewebplugin.png A table widget embedded in a Web page.
diff --git a/doc/src/examples/undoframework.qdoc b/doc/src/examples/undoframework.qdoc
index 370435d..2fdb4cf 100644
--- a/doc/src/examples/undoframework.qdoc
+++ b/doc/src/examples/undoframework.qdoc
@@ -29,7 +29,7 @@
\example tools/undoframework
\title Undo Framework Example
- \brief This example shows how to implement undo/redo functionality
+ \brief The Undo Framework example shows how to implement undo/redo functionality
with the Qt undo framework.
\image undoframeworkexample.png The Undo Diagram Example
diff --git a/doc/src/examples/webftpclient.qdoc b/doc/src/examples/webftpclient.qdoc
index c3d456d..47006f9 100644
--- a/doc/src/examples/webftpclient.qdoc
+++ b/doc/src/examples/webftpclient.qdoc
@@ -29,7 +29,7 @@
\example webkit/webftpclient
\title Web FTP Client Example
- The Web FTP Client example shows how to add support for a new protocol
+ \brief The Web FTP Client example shows how to add support for a new protocol
to QtWebKit-based applications.
\image webkit-webftpclient.png An FTP client displaying the contents of the ftp.qt.nokia.com site.
diff --git a/doc/src/examples/webplugin.qdoc b/doc/src/examples/webplugin.qdoc
index dcf4fb5..c607bef 100644
--- a/doc/src/examples/webplugin.qdoc
+++ b/doc/src/examples/webplugin.qdoc
@@ -29,7 +29,7 @@
\example webkit/webplugin
\title Web Plugin Example
- The Web Plugin example shows how to communicate between a Qt widget
+ \brief The Web Plugin example shows how to communicate between a Qt widget
embedded in a Web page and the page itself.
\image webkit-webplugin.png A table widget embedded in a Web page.