summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_rtp_asterisk.c2
-rw-r--r--res/res_rtp_multicast.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 2fde7a419..eba2e852f 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -24,6 +24,8 @@
* \author Mark Spencer <markster@digium.com>
*
* \note RTP is defined in RFC 3550.
+ *
+ * \ingroup rtp_engines
*/
#include "asterisk.h"
diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index 3752ebefc..a612db5e8 100644
--- a/res/res_rtp_multicast.c
+++ b/res/res_rtp_multicast.c
@@ -24,6 +24,8 @@
*
* \author Joshua Colp <jcolp@digium.com>
* \author Andreas 'MacBrody' Brodmann <andreas.brodmann@gmail.com>
+ *
+ * \ingroup rtp_engines
*/
#include "asterisk.h"