aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 00:17:40 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-09 00:17:40 +0000
commit86b276998c3325d317fb6267de28bb37ac5e5ea4 (patch)
tree0617e1ad139a8466a0ddef4135d8e6f063b85287 /apps/app_queue.c
parentb6d4d818ac8cf87959b6d3edceea9aa7c8e12364 (diff)
use the \retval doxygen command properly
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@97308 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index fa8190b1e..9f2198fb6 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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,
* 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)
{