chan_misdn: Fix for Doxygen.

ASTERISK-29764

Change-Id: I6e5466cce03e25695c5c7d8b68c305184dcf5375
This commit is contained in:
Alexander Traud
2021-11-20 11:00:43 +01:00
committed by George Joseph
parent 422f5389f6
commit 858c9e1d80
3 changed files with 14 additions and 86 deletions

View File

@@ -596,8 +596,6 @@ static int find_free_chan_in_stack(struct misdn_stack *stack, struct misdn_bchan
* \param stack Which port stack B channel belongs.
* \param channel B channel to release. (Range 1-MAX_BCHANS representing B1-Bn)
*
* \return Nothing
*
* \note
* Must be called after clean_up_bc() to make sure that the media stream is
* no longer connected.
@@ -671,8 +669,6 @@ static void bc_next_state_change(struct misdn_bchannel *bc, enum bchannel_state
*
* \param bc B channel record to empty of most call data.
*
* \return Nothing
*
* \note
* Sets the last_used time and must be called before clearing bc->in_use.
*/