mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-03 14:16:27 +00:00
mod_fifo: Cleanup documentation formatting
This commit is contained in:
parent
431d7d97c7
commit
06805452d8
@ -204,9 +204,9 @@ static int fifo_queue_size(fifo_queue_t *queue)
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \param remove Whether to remove the popped event from the queue
|
* \param remove Whether to remove the popped event from the queue
|
||||||
* If remove is 0, do not remove the popped event. If it is 1, remove
|
* If remove is 0, do not remove the popped event. If it is 1,
|
||||||
* it if it is not an event for an outbound caller. If it is 2,
|
* remove it if it is not an event for an outbound caller. If it is
|
||||||
* always remove it.
|
* 2, always remove it.
|
||||||
*/
|
*/
|
||||||
static switch_status_t fifo_queue_pop(fifo_queue_t *queue, switch_event_t **pop, int remove)
|
static switch_status_t fifo_queue_pop(fifo_queue_t *queue, switch_event_t **pop, int remove)
|
||||||
{
|
{
|
||||||
@ -356,8 +356,7 @@ static switch_status_t fifo_queue_popfly(fifo_queue_t *queue, const char *uuid)
|
|||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!\struct fifo_node
|
||||||
* \struct fifo_node
|
|
||||||
*
|
*
|
||||||
* \var fifo_node::outbound_name
|
* \var fifo_node::outbound_name
|
||||||
* \brief Name of fifo in caller ID
|
* \brief Name of fifo in caller ID
|
||||||
@ -4368,8 +4367,7 @@ static switch_status_t read_config_file(switch_xml_t *xml, switch_xml_t *cfg) {
|
|||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!\brief Load or reload the configuration
|
||||||
* Load or reload the configuration
|
|
||||||
*
|
*
|
||||||
* On the initial load, non-static members are preserved unless the
|
* On the initial load, non-static members are preserved unless the
|
||||||
* parameter `delete-all-outbound-members-on-startup` is set. The
|
* parameter `delete-all-outbound-members-on-startup` is set. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user