Skip to content

Commit a8acee9

Browse files
authored
Merge pull request #53 from ihsrobotics/doc-patch
add bt com to group, update version
2 parents d0f64d7 + 70063a2 commit a8acee9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(ihs_boost VERSION 1.5.0)
2+
project(ihs_boost VERSION 1.6.0)
33

44
# options
55
option(build_tests "build_tests" OFF)

modules/communicate/include/btcommunicator.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
* @copyright Copyright (c) 2023
99
*
10+
* @addtogroup communication_id
11+
* @{
1012
*/
1113

1214
#ifndef IHSBOOST_BT_COMMUNICATOR_HPP
@@ -140,4 +142,5 @@ class BluetoothClient : public Communicator
140142
int bt_socket; ///< the socket fd on which to send and receive data
141143
};
142144

143-
#endif
145+
#endif
146+
/**@}*/

0 commit comments

Comments
 (0)