Skip to content

Commit b5a87c7

Browse files
gmarulldkalowsk
authored andcommitted
bluetooth: audio: bap: fix Doxygen issue
Doxygen was getting confused when expanding @kconfig (verbatim block within []). Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a258ab3 commit b5a87c7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

include/zephyr/bluetooth/audio/bap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,13 +925,13 @@ struct bt_bap_unicast_server_register_param {
925925
/**
926926
* @brief Sink Count to register.
927927
*
928-
* Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}]
928+
* Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}
929929
*/
930930
uint8_t snk_cnt;
931931

932932
/** @brief Source Count to register.
933933
*
934-
* Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}]
934+
* Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}
935935
*/
936936
uint8_t src_cnt;
937937
};

0 commit comments

Comments
 (0)