diff options
author | Sven Gothel <[email protected]> | 2020-09-03 15:39:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-03 15:39:06 +0200 |
commit | d4a48bb4e01810f274af3d5b20c79d9fba6759c6 (patch) | |
tree | 9511f1ef52156c1d36ab41b9f25f0d36f0009a50 /examples/direct_bt_scanner10 | |
parent | f01c844052258edee87b165055349152622f80f6 (diff) |
Fixing Example crossreference and Menu item
The \example tag referring to the example code file must be added to the actual API (header) files.
Diffstat (limited to 'examples/direct_bt_scanner10')
-rw-r--r-- | examples/direct_bt_scanner10/dbt_scanner10.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/direct_bt_scanner10/dbt_scanner10.cpp b/examples/direct_bt_scanner10/dbt_scanner10.cpp index d9b46dbd..50ccffa7 100644 --- a/examples/direct_bt_scanner10/dbt_scanner10.cpp +++ b/examples/direct_bt_scanner10/dbt_scanner10.cpp @@ -34,7 +34,7 @@ extern "C" { using namespace direct_bt; -/*** \example dbt_scanner10.cpp +/** * This C++ scanner example uses the Direct-BT fully event driven workflow * and adds multithreading, i.e. one thread processes each found device found * as notified via the event listener. |