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_scanner01 | |
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_scanner01')
-rw-r--r-- | examples/direct_bt_scanner01/dbt_scanner01.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/direct_bt_scanner01/dbt_scanner01.cpp b/examples/direct_bt_scanner01/dbt_scanner01.cpp index 834dd0cf..653e5eab 100644 --- a/examples/direct_bt_scanner01/dbt_scanner01.cpp +++ b/examples/direct_bt_scanner01/dbt_scanner01.cpp @@ -32,7 +32,7 @@ extern "C" { using namespace direct_bt; -/*** \example dbt_scanner01.cpp +/** * This C++ direct_bt scanner example is a TinyB backward compatible and not fully event driven. * It uses a more fine grained control via GATTHandler. * <p> |