aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/rssnews/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/rssnews/doc/src')
-rw-r--r--examples/quick/demos/rssnews/doc/src/rssnews.qdoc12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/quick/demos/rssnews/doc/src/rssnews.qdoc b/examples/quick/demos/rssnews/doc/src/rssnews.qdoc
index 019b54d609..12c7c0d19b 100644
--- a/examples/quick/demos/rssnews/doc/src/rssnews.qdoc
+++ b/examples/quick/demos/rssnews/doc/src/rssnews.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 - RSS News
\ingroup qtquickdemos
\example demos/rssnews
- \brief An RSS news reader.
+ \brief A QML RSS news reader.
\image qtquick-demo-rssnews-small.png
-*/
+ \e{RSS News} demonstrates various QML and \l{Qt Quick} features such as
+ loading XML data and displaying custom components.
+
+ \include examples-run.qdocinc
+
+ \sa {QML Applications}
+*/