[asterisk-commits] mmichelson: branch 1.4 r97308 - /branches/1.4/apps/app_queue.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 8 18:17:41 CST 2008


Author: mmichelson
Date: Tue Jan  8 18:17:40 2008
New Revision: 97308

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97308
Log:
use the \retval doxygen command properly


Modified:
    branches/1.4/apps/app_queue.c

Modified: branches/1.4/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_queue.c?view=diff&rev=97308&r1=97307&r2=97308
==============================================================================
--- branches/1.4/apps/app_queue.c (original)
+++ branches/1.4/apps/app_queue.c Tue Jan  8 18:17:40 2008
@@ -2401,7 +2401,8 @@
  * 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)
 {




More information about the asterisk-commits mailing list