aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/clocks/doc/src/clocks.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/clocks/doc/src/clocks.qdoc')
-rw-r--r--examples/quick/demos/clocks/doc/src/clocks.qdoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/quick/demos/clocks/doc/src/clocks.qdoc b/examples/quick/demos/clocks/doc/src/clocks.qdoc
index b34f844cc6..b57894c5d3 100644
--- a/examples/quick/demos/clocks/doc/src/clocks.qdoc
+++ b/examples/quick/demos/clocks/doc/src/clocks.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -29,7 +29,13 @@
\title Qt Quick Demo - Clocks
\ingroup qtquickdemos
\example demos/clocks
- \brief An app that shows the current time in different cities.
+ \brief A QML application that shows the current time in different cities.
\image qtquick-demo-clocks-small.png
-*/
+ \e Clocks demonstrates various QML and \l{Qt Quick} features such as
+ displaying custom components.
+
+ \include examples-run.qdocinc
+
+ \sa {QML Applications}
+*/