aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/DBTManager.hpp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-08-28 23:02:35 +0200
committerSven Gothel <[email protected]>2020-08-28 23:02:35 +0200
commitb0d05fd7f825bb5d402af0da46d09c9f1aa9981e (patch)
tree476161fde4443c9f414f61bf0071d5c9f52742ee /api/direct_bt/DBTManager.hpp
parent4e0dcab5381289e165514310a05d6cd59c42586f (diff)
DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug.manager.event' -> 'direct_bt.debug.mgmt.event'
Diffstat (limited to 'api/direct_bt/DBTManager.hpp')
-rw-r--r--api/direct_bt/DBTManager.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/api/direct_bt/DBTManager.hpp b/api/direct_bt/DBTManager.hpp
index d2a3af3b..d7a7267b 100644
--- a/api/direct_bt/DBTManager.hpp
+++ b/api/direct_bt/DBTManager.hpp
@@ -95,7 +95,7 @@ namespace direct_bt {
/**
* Debug all Mgmt event communication
* <p>
- * Environment variable is 'direct_bt.debug.manager.event'.
+ * Environment variable is 'direct_bt.debug.mgmt.event'.
* </p>
*/
const bool DEBUG_EVENT;
@@ -127,10 +127,7 @@ namespace direct_bt {
* Implementation utilizes a lock free ringbuffer receiving data within its separate thread.
* </p>
* <p>
- * Controlling Environment variables:
- * <pre>
- * - 'direct_bt.debug.manager.event': Debug messages about events, see debug_event
- * </pre>
+ * Controlling Environment variables, see {@link MgmtEnv}.
* </p>
*/
class DBTManager : public JavaUplink {