Commit 86bea343 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Daniel DeGrasse
Browse files

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: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 24af0c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,6 @@ struct bt_bap_stream {
	void *user_data;

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

	/** @cond INTERNAL_HIDDEN */
	/** Internally used list node */
	sys_snode_t _node;
	/** @endcond */