]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 97308 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Wed, 9 Jan 2008 00:18:15 +0000 (00:18 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 9 Jan 2008 00:18:15 +0000 (00:18 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r97308 | mmichelson | 2008-01-08 18:17:40 -0600 (Tue, 08 Jan 2008) | 3 lines

use the \retval doxygen command properly

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97309 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index 511a017c9ef94e5fa2e68616424e7273e2160df1..e8ad23c69417bc3d1135c7fa84d60840a110b32e 100644 (file)
@@ -2696,7 +2696,8 @@ static void update_qe_rule(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)
 {