Skip to content

Commit 908865e

Browse files
gmarullcarlescufi
authored andcommitted
bluetooth: conn: remove trailing dot
It was causing Doxygen issues (End of list marker found without any preceding list items). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 35e8e6f commit 908865e

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/bluetooth

1 file changed

+1
-1
lines changed

include/zephyr/bluetooth/conn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv,
745745
const struct bt_conn_le_create_synced_param *synced_param,
746746
const struct bt_le_conn_param *conn_param, struct bt_conn **conn);
747747

748-
/** @brief Automatically connect to remote devices in the filter accept list..
748+
/** @brief Automatically connect to remote devices in the filter accept list.
749749
*
750750
* This uses the Auto Connection Establishment procedure.
751751
* The procedure will continue until a single connection is established or the

0 commit comments

Comments
 (0)