summaryrefslogtreecommitdiffstats
path: root/examples/java/ScannerTinyB10.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-09-03 15:39:06 +0200
committerSven Gothel <[email protected]>2020-09-03 15:39:06 +0200
commitd4a48bb4e01810f274af3d5b20c79d9fba6759c6 (patch)
tree9511f1ef52156c1d36ab41b9f25f0d36f0009a50 /examples/java/ScannerTinyB10.java
parentf01c844052258edee87b165055349152622f80f6 (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/java/ScannerTinyB10.java')
-rw-r--r--examples/java/ScannerTinyB10.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/java/ScannerTinyB10.java b/examples/java/ScannerTinyB10.java
index 9c8c58e3..b7e86d2e 100644
--- a/examples/java/ScannerTinyB10.java
+++ b/examples/java/ScannerTinyB10.java
@@ -53,7 +53,7 @@ import org.tinyb.HCIWhitelistConnectType;
import direct_bt.tinyb.DBTManager;
-/*** \example ScannerTinyB10.java
+/**
* This Java 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.