Skip to content

Commit 86bea34

Browse files
kartbendanieldegrasse
authored andcommitted
Bluetooth: BAP: fix bad doxygen @cond placement
Move `@cond INTERNAL_HIDDEN` comment where it belongs (fixing what was probably a copy-paste/refactoring error). This also makes the previously `bap_iso`, `group`, `_prev_seq_num` visible again. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 24af0c8 commit 86bea34

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

include/zephyr/bluetooth/audio/bap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@ struct bt_bap_stream {
907907
void *user_data;
908908

909909
#if defined(CONFIG_BT_BAP_UNICAST_CLIENT) || defined(__DOXYGEN__)
910-
/** @cond INTERNAL_HIDDEN */
911910
/**
912911
* @brief Audio ISO reference
913912
*
@@ -924,6 +923,7 @@ struct bt_bap_stream {
924923
uint16_t _prev_seq_num;
925924
#endif /* CONFIG_BT_BAP_DEBUG_STREAM_SEQ_NUM */
926925

926+
/** @cond INTERNAL_HIDDEN */
927927
/** Internally used list node */
928928
sys_snode_t _node;
929929
/** @endcond */

0 commit comments

Comments
 (0)