From 844a01b27e2fe7fb69f1753a5891e9e93c1cbc1f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 30 Oct 2009 04:08:39 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@226606 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_rtp_asterisk.c | 2 ++ res/res_rtp_multicast.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'res') 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 * * \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 * \author Andreas 'MacBrody' Brodmann + * + * \ingroup rtp_engines */ #include "asterisk.h" -- cgit v1.2.3