Skip to content

Commit a735c24

Browse files
committed
[nrf fromlist] bluetooth: audio: bap: fix Doxygen issue
Doxygen was getting confused when expanding @kconfig (verbatim block within []). Upstream PR: zephyrproject-rtos/zephyr#80362 Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit da385a518ec3dc4b87fafd07cd05f899d376dc18)
1 parent 001d5ed commit a735c24

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
@@ -640,13 +640,13 @@ struct bt_bap_unicast_server_register_param {
640640
/**
641641
* @brief Sink Count to register.
642642
*
643-
* Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}]
643+
* Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT}
644644
*/
645645
uint8_t snk_cnt;
646646

647647
/** @brief Source Count to register.
648648
*
649-
* Should be in range [0, @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}]
649+
* Should be in range 0 to @kconfig{CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT}
650650
*/
651651
uint8_t src_cnt;
652652
};

0 commit comments

Comments
 (0)