From 585d3147c9b6f800db5906b4418b3159151a1f35 Mon Sep 17 00:00:00 2001
From: Jerome Pasion <jerome.pasion@digia.com>
Date: Wed, 16 Apr 2014 12:32:47 +0200
Subject: [PATCH] Doc: Improved example documentation.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

-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>
---
 .../doc/src/qtandroidextras-example-notification.qdoc       | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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}
 */
-- 
GitLab