aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-04-16 12:32:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-25 11:30:41 +0200
commit585d3147c9b6f800db5906b4418b3159151a1f35 (patch)
tree471e5e6368b998594a539397972110bfe86ae17d
parent743ca4560fc99b91044f8ab01941dc89edeb00fa (diff)
Doc: Improved example documentation.v5.3.0-rc1v5.3.0
-added information about running the example (using \include) -updated copyright year -added link to relevant pages Task-number: QTBUG-33597 Change-Id: I58885677f365b31ad40b999b1c0d6acb491d31df Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc b/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc
index 1eb6c6f..d499e62 100644
--- a/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc
+++ b/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.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.
@@ -38,4 +38,8 @@
Click on either of the smiley faces to put a notification in the status area of the Android
device.
+
+ \include examples-run.qdocinc
+
+ \sa {Qt for Android}, {Qt Android Extras}
*/