mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
use the \retval doxygen command properly
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@97308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2401,7 +2401,8 @@ static int is_our_turn(struct queue_ent *qe)
|
|||||||
* queue members. Inside the loop, we service the caller with periodic announcements,
|
* queue members. Inside the loop, we service the caller with periodic announcements,
|
||||||
* holdtime announcements, etc. as configured in queues.conf
|
* holdtime announcements, etc. as configured in queues.conf
|
||||||
*
|
*
|
||||||
* \retval res 0 if the caller's turn has arrived, -1 if the caller should exit the queue.
|
* \retval 0 if the caller's turn has arrived
|
||||||
|
* \retval -1 if the caller should exit the queue.
|
||||||
*/
|
*/
|
||||||
static int wait_our_turn(struct queue_ent *qe, int ringing, enum queue_result *reason)
|
static int wait_our_turn(struct queue_ent *qe, int ringing, enum queue_result *reason)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user