From a9609faf443103756a06bce434ad600e7104c1aa Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Mon, 8 Oct 2012 22:43:52 +1000 Subject: Modularise documentation. Qt Bluetooth documentation had been modularised but it was still building using the old version. Use the qtbluetooth.qdocconf instead. Modularise the Qt NFC Documentation. Change-Id: Idea1631645bf21750254eddc1c41a4f819ac5156 Reviewed-by: Jerome Pasion --- examples/bluetooth/scanner/doc/src/scanner.qdoc | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 examples/bluetooth/scanner/doc/src/scanner.qdoc (limited to 'examples/bluetooth/scanner/doc') diff --git a/examples/bluetooth/scanner/doc/src/scanner.qdoc b/examples/bluetooth/scanner/doc/src/scanner.qdoc new file mode 100644 index 00000000..5233e31f --- /dev/null +++ b/examples/bluetooth/scanner/doc/src/scanner.qdoc @@ -0,0 +1,33 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Aaron McCarthy +** Contact: http://www.qt-project.org/legal +** +** This file is part of the documentation of the Qt local connectivty modules. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: http://www.gnu.org/copyleft/fdl.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! +\example scanner +\title QML Bluetooth Scanner Example + +An example on how to locate Bluetooth devices in QML. +*/ -- cgit v1.2.3