From 908865ef4ba360977f410d394541c3048674b9d7 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 13 Jul 2023 12:10:47 +0200 Subject: [PATCH] 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 --- include/zephyr/bluetooth/conn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zephyr/bluetooth/conn.h b/include/zephyr/bluetooth/conn.h index 5487e3e2cfe..031818fd6b5 100644 --- a/include/zephyr/bluetooth/conn.h +++ b/include/zephyr/bluetooth/conn.h @@ -745,7 +745,7 @@ int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv, const struct bt_conn_le_create_synced_param *synced_param, const struct bt_le_conn_param *conn_param, struct bt_conn **conn); -/** @brief Automatically connect to remote devices in the filter accept list.. +/** @brief Automatically connect to remote devices in the filter accept list. * * This uses the Auto Connection Establishment procedure. * The procedure will continue until a single connection is established or the