mod_fifo: Cleanup documentation formatting

This commit is contained in:
Travis Cross 2014-05-27 06:55:38 +00:00
parent 431d7d97c7
commit 06805452d8
1 changed files with 12 additions and 14 deletions

View File

@ -204,9 +204,9 @@ static int fifo_queue_size(fifo_queue_t *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
* it if it is not an event for an outbound caller. If it is 2,
* always remove it.
* If remove is 0, do not remove the popped event. If it is 1,
* remove it if it is not an event for an outbound caller. If it is
* 2, always remove it.
*/
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;
}
/*!
* \struct fifo_node
/*!\struct fifo_node
*
* \var fifo_node::outbound_name
* \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;
}
/*!
* Load or reload the configuration
/*!\brief Load or reload the configuration
*
* On the initial load, non-static members are preserved unless the
* parameter `delete-all-outbound-members-on-startup` is set. The