]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
use the \retval doxygen command properly
authorMark Michelson <mmichelson@digium.com>
Wed, 9 Jan 2008 00:17:40 +0000 (00:17 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 9 Jan 2008 00:17:40 +0000 (00:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@97308 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index fa8190b1e8202b0f892367eace63c5770e4c04b7..9f2198fb6dae0039fb24dea970f3c81fc1e9a7a8 100644 (file)
@@ -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)
 {