summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/qtbluetooth.qdocconf
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Extend list of highlighted Connectivity examplesKai Köhne2023-09-261-1/+4
| | | | | | | Pick-to: 6.5 6.6 6.6.0 Task-number: QTBUG-117221 Change-Id: Idc1d7793c02bc1009f5cc43d30e3208b923ab0ee Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Doc: Fix parameter type in QBluetoothAddress::qHash()Topi Reinio2023-09-051-0/+3
| | | | | | | | | | | | Fixes documentation warning: clang couldn't find function when parsing \fn QBluetoothAddress::qHash(QBluetoothAddress key, size_t seed) Mark qtconnectivity documentation modules free of warnings. Pick-to: 6.6 Change-Id: Ia7966803bafd0eaac434462a18c704a944e8f527 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
| | | | | | | | | | | | | | | | The most common limit for the maximum number of allowed documentation warnings is zero. As all Qt module docs include() a common configuration from qtbase, it's better to control the base warninglimit from a central location in qtbase/doc/global. This allows for a temporary increase of the limit across all modules as needed - for example, when updating the QDoc binary that the CI provisions to a version that introduces new types of documentation warnings. Task-number: QTBUG-113326 Change-Id: I7174e53e00714bac68c7b3a4c0b2bd18615f6219 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* HeartRate Server: revamp the exampleIvan Solovev2023-03-281-1/+1
| | | | | | | | | | | | | | | | | Some code clean-ups: * Use qt_standard_project_setup() and PRIVATE linking in CMake * Port away from QScopedPointer and use std::unique_ptr instead Documentation updates: * Add Connectivity category * Mention the new BlueZ D-Bus backend in the documentation * Small wording improvements * Provide more links to Qt classes and enums Task-number: QTBUG-111972 Pick-to: 6.5 6.5.0 Change-Id: Id2a0ef48d3ce82f1784dd4b51f94236731730432 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* Fix documentation issues and enable documentation testing in CITopi Reinio2022-06-281-0/+3
| | | | | | | | | | This will fail the integration of changes that introduce new documentation warnings. Pick-to: 6.4 6.3 Change-Id: I503b123417308f7ba264422a78850e6188a10a48 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Doc: Depend bluetooth qdoc on qtgui, qtwidgetsKai Köhne2022-04-041-1/+1
| | | | | | | | | | | Should fix src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'QGuiApplication' src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'QApplication' src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'QGuiApplication' Pick-to: 6.3 6.3.0 Change-Id: Ie1bd5255058816cdbb0814315c8c8cbbd6b0557a Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: Update the depends list to fix a broken linkVenugopal Shivashankar2021-09-071-1/+1
| | | | | | | | | | The qmake manual is a separate module that must be in the depends list. Task-number: QTBUB-96181 Pick-to: 6.2 Change-Id: I5d20539de93789e9f6c123284cd47fd3e4b7ebca Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-09-061-1/+1
| | | | | | | | | | | qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-cpp.qdoc:27: (qdoc) warning: Can't link to 'Qt Bluetooth QML Types' qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'qmake' qt5/qtconnectivity/src/bluetooth/doc/src/bluetooth-index.qdoc:28: (qdoc) warning: Can't link to 'Build with CMake' Task-number: QTBUG-96181 Pick-to: 6.2 Change-Id: Ia5e9296f91e392aba59f555f6e93dcbe054f08cc Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-3/+0
| | | | | | | | | | customFilters defined in .qdocconf are not supported anymore by Qt Assistant since Qt 5.13. Therefore remove them from all .qdocconf files, also to avoid cargo-culting them to new help modules. Task-number: QTBUG-95987 Change-Id: I4e3c8d8d37d679105aa17b8fbc173db615c1b42a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Remove documentation of previously removed Qt Bluetooth QML typesAndreas Buhr2021-08-191-6/+1
| | | | | | | | | | | The QML interface to Qt Bluetooth was removed. This patch removes some remainders in the documentation. Pick-to: 6.2 Task-number: QTBUG-94894 Change-Id: I4e4d0ae354ccc1b88aa8530b89e6786752b8af49 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Fix doc warnings related to missing QML APIAlex Blasche2021-03-121-4/+2
| | | | | | Change-Id: If8cd35215db6e95a74b77ca802d3df003f1b3399 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| | | | | | Task-number: QTBUG-74391 Change-Id: I4e66d50a4b98a728956e351d1603e26933dd02c7 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Make heart rate game a highlighted exampleAlex Blasche2017-05-081-0/+1
| | | | | | | | | This shows the example prominently on the Qt Creator Welcome screen. Change-Id: I6f207e888e6129235356b839a2bb7fecc1fe28a4 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io> Reviewed-by: Sami Makkonen <sami.makkonen@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
* Doc: Add thumbnail for Bluetooth Low Energy Heart Rate Server ExampleLeena Miettinen2016-06-021-0/+1
| | | | | | | | Without this fix Qt Creator tags the example "broken". Change-Id: I193177bca1e0c8615e46a67e76afc98d935e590b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| | | | | | | | Examples in binary packages now directly match the install path. Change-Id: I8fc41af85033c88d6a3129efdb616dac6d99866d Task-number: QTBUG-52953 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| | | | | | | | | | | | The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I3452cf1ec1b1f16301497eb5468bd746d99e5cbc Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
* Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
| | | | | | | | -url inherited from the url variable set in qtbase/doc/global Change-Id: Iff25abdbdbddd862cfc24d31aa12e103955bb5d2 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Doc: Fix doc warningSergio Ahumada2014-03-271-1/+1
| | | | | | | examples/bluetooth/picturetransfer/doc/src/picturetransfer.qdoc:28: warning: Can't link to 'FolderListModel' Change-Id: I384bc4613a7b025c1bc732e9965dc91331d911ae Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
| | | | | | | | | | | | | | In 5.2, the HTML output is in a flatter structure and when they are hosted in qt-project.org/doc, the documentation will be found at http://qt-project.org/doc/qt-$QT_VER The url variable is used by projects outside of Qt 5 which need to link to Qt 5 documentation, such as Qt Creator. Task-number: QTBUG-34584 Change-Id: I8ee21679bc4990bb8c81d8e4a7233d7ec2824ba7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Adding a convenience function for registering an SPP serverFabian Bumberger2013-08-011-1/+2
| | | | | Change-Id: Ieef40295b3fb5a6b16f3cf8b9c75a9306c161025 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix links to general qtdoc related pages for NFC and BluetoothAlex Blasche2013-06-261-1/+5
| | | | | | | Task-number: QTBUG-31913 Change-Id: Icdfb5a98cae840b1e5de5690d9081e9b986f615a Reviewed-by: Martin Smith <martin.smith@digia.com>
* Fix QtBluetooth documentationAlex Blasche2013-06-211-5/+6
| | | | | | | Task-number: QTBUG-31913 Change-Id: Ia466c40801994f402b7d6a739d5d43df145c432d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Alex <alexander.blasche@digia.com>
* Modularise documentation.Aaron McCarthy2013-01-301-10/+15
| | | | | | | | | | 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 <jerome.pasion@digia.com>
* Qt Bluetooth: Modularized documentationJerome Pasion2012-09-271-0/+45
-moved documentation to src/bluetooth/doc -added a qdocconf file for Qt Bluetooth -fixed relative paths for snippets -moved examples to examples/bluetooth Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1 Reviewed-by: Alex <ablasche@gmail.com>