summaryrefslogtreecommitdiff
path: root/include/asterisk/abstract_jb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/abstract_jb.h')
-rw-r--r--include/asterisk/abstract_jb.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asterisk/abstract_jb.h b/include/asterisk/abstract_jb.h
index fc2bf5c90..145256fcf 100644
--- a/include/asterisk/abstract_jb.h
+++ b/include/asterisk/abstract_jb.h
@@ -113,7 +113,8 @@ struct ast_jb
* appropriate internal jb flags to the channels, determining further behaviour
* of the bridged jitterbuffers.
*
- * \return zero if there are no jitter buffers in use, non-zero if there are
+ * \retval zero if there are no jitter buffers in use
+ * \retval non-zero if there are
*/
int ast_jb_do_usecheck(struct ast_channel *c0, struct ast_channel *c1);
@@ -150,7 +151,8 @@ int ast_jb_get_when_to_wakeup(struct ast_channel *c0, struct ast_channel *c1, in
* Dropped by the jb implementation frames are considered successfuly enqueued as
* far as they should not be delivered at all.
*
- * \return zero if the frame was queued, -1 if not.
+ * \retval 0 if the frame was queued
+ * \retval -1 if not
*/
int ast_jb_put(struct ast_channel *chan, struct ast_frame *f);