aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_rtp_asterisk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-30 04:08:39 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-30 04:08:39 +0000
commita0a297595288e5548b7786687ed7a06ce9753842 (patch)
tree65b5541d9a0d943437f099227db0d6a963e49c9c /res/res_rtp_asterisk.c
parent29706c54dfe735787b4d39ad9450903e8158bb39 (diff)
Add an "Asterisk Architecture Overview" section to the doxygen documentation.
This is a side project I've been poking at this week. The intent is to discuss Asterisk architecture in a top down fashion to help new developers understand how Asterisk is put together. There is a ton of stuff to write about, so this will just continue to evolve over time. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@226606 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_rtp_asterisk.c')
-rw-r--r--res/res_rtp_asterisk.c2
1 files changed, 2 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"