some more doc updates

This commit is contained in:
Dorian Zedler 2020-10-26 22:56:42 +01:00
parent 196fef2866
commit c72dc564e1
Signed by: dorian
GPG Key ID: D3B255CB8BC7CD37
2 changed files with 5 additions and 3 deletions

View File

@ -46,7 +46,7 @@
* \endcode
* somewhere before app.exec(); in your main.cpp.
*
* \section Getting started
* \section Getting_started
* This library currently supports: BluetoothLE UART client
* \subsection BluetoothLE UART client
* To get started with the BLE client, see the docs of QBluetoothLeUartClient.
@ -59,7 +59,7 @@
*
* C++ example:
* \code{.cpp}
* #include <qbluetoothleuartClient.h>
* #include <qbluetoothleuartclient.h>
* class MyBluetoothLeClass : QObject {
* public:
* MyBluetoothLeClass(QObject* parent = nullptr) : QObject(parent) {
@ -122,6 +122,8 @@
* }
* }
* \endcode
*
* To get all available devices in a model, use the QBluetoothLeUartDeviceModel.
*/
class QBluetoothLeUartClient : public QObject
{

View File

@ -12,7 +12,7 @@
* \code{.qml}
* import de.itsblue.bluetoothleuart 1.0
*
* QBluetoothLeUart {
* QBluetoothLeUartClient {
* id: ble
* Component.onCompleted: {
* ble.startScanningForDevices()