summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/collidingmice-example.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:14:42 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:15:25 (GMT)
commitf79ce83f487b384133a2657f33f7c2853d8e89a2 (patch)
tree19ed48c75e376b5258db06626f79067a7335852b /doc/src/examples/collidingmice-example.qdoc
parente8d827da1567aa15a88f0041ca28b126a7ccdf52 (diff)
downloadQt-f79ce83f487b384133a2657f33f7c2853d8e89a2.zip
Qt-f79ce83f487b384133a2657f33f7c2853d8e89a2.tar.gz
Qt-f79ce83f487b384133a2657f33f7c2853d8e89a2.tar.bz2
Add a brief to all demos and examples for manifest
Conflicts: doc/src/examples/broadcastreceiver.qdoc doc/src/examples/combowidgetmapper.qdoc doc/src/examples/dragdroprobot.qdoc doc/src/examples/elasticnodes.qdoc doc/src/examples/fademessage.qdoc doc/src/examples/fingerpaint.qdoc doc/src/examples/portedasteroids.qdoc doc/src/examples/portedcanvas.qdoc doc/src/examples/qml-examples.qdoc doc/src/examples/recipes.qdoc doc/src/examples/rsslisting.qdoc doc/src/examples/schema.qdoc
Diffstat (limited to 'doc/src/examples/collidingmice-example.qdoc')
-rw-r--r--doc/src/examples/collidingmice-example.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/collidingmice-example.qdoc b/doc/src/examples/collidingmice-example.qdoc
index 4bdd79d..e7c475a 100644
--- a/doc/src/examples/collidingmice-example.qdoc
+++ b/doc/src/examples/collidingmice-example.qdoc
@@ -29,7 +29,7 @@
\example graphicsview/collidingmice
\title Colliding Mice Example
- The Colliding Mice example shows how to use the Graphics View
+ \brief The Colliding Mice example shows how to use the Graphics View
framework to implement animated items and detect collision between
items.
@@ -265,4 +265,4 @@
Doing the animation with a single timer connect to advance the scene ensures that all the
mice are moved at one point and, more importantly, only one update is sent to the screen
after all the mice have moved.
-*/ \ No newline at end of file
+*/