channels: Fix for Doxygen.

ASTERISK-29762

Change-Id: Ia8811ac12b93ff8c18164699c6fbc604cb0a23f7
This commit is contained in:
Alexander Traud
2021-11-19 10:46:06 +01:00
committed by Friendly Automation
parent 3a4c9ec0e2
commit 726d6dd166
15 changed files with 94 additions and 163 deletions

View File

@@ -595,8 +595,6 @@ static void analog_deadlock_avoidance_private(struct analog_pvt *p)
* \note
* Because deadlock avoidance may have been necessary, you need to confirm
* the state of things before continuing.
*
* \return Nothing
*/
static void analog_lock_sub_owner(struct analog_pvt *pvt, enum analog_sub sub_idx)
{
@@ -3994,8 +3992,6 @@ struct analog_pvt *analog_new(enum analog_sigtype signallingtype, void *private_
* \since 1.8
*
* \param doomed Analog private structure to delete.
*
* \return Nothing
*/
void analog_delete(struct analog_pvt *doomed)
{