Bluetooth: doc: Fix displacement of conn type description

Improves placement of available connection type values in Bluetooth API
documentation by moving comment describing the value to separate line
above item.

Change-Id: I50eab1eb9659e20da35cd35a6fa0d6fabde3f63d
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
This commit is contained in:
Arkadiusz Lichwa 2016-07-18 11:12:55 +02:00 committed by Johan Hedberg
commit a00625f37c

View file

@ -111,8 +111,10 @@ const bt_addr_le_t *bt_conn_get_dst(const struct bt_conn *conn);
/** Connection Type */
enum {
BT_CONN_TYPE_LE, /** LE Connection Type */
BT_CONN_TYPE_BR, /** BR/EDR Connection Type */
/** LE Connection Type */
BT_CONN_TYPE_LE,
/** BR/EDR Connection Type */
BT_CONN_TYPE_BR,
};
/** LE Connection Info Structure */