We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f64d7 + 70063a2 commit a8acee9Copy full SHA for a8acee9
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.0)
2
-project(ihs_boost VERSION 1.5.0)
+project(ihs_boost VERSION 1.6.0)
3
4
# options
5
option(build_tests "build_tests" OFF)
modules/communicate/include/btcommunicator.hpp
@@ -7,6 +7,8 @@
7
*
8
* @copyright Copyright (c) 2023
9
10
+ * @addtogroup communication_id
11
+ * @{
12
*/
13
14
#ifndef IHSBOOST_BT_COMMUNICATOR_HPP
@@ -140,4 +142,5 @@ class BluetoothClient : public Communicator
140
142
int bt_socket; ///< the socket fd on which to send and receive data
141
143
};
144
-#endif
145
+#endif
146
+/**@}*/
0 commit comments