summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-10-30 04:08:39 +0000
committerRussell Bryant <russell@russellbryant.com>2009-10-30 04:08:39 +0000
commit844a01b27e2fe7fb69f1753a5891e9e93c1cbc1f (patch)
tree65b5541d9a0d943437f099227db0d6a963e49c9c /main
parentb9c370da86d4a73ea930d3364406e858adefa66b (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: https://origsvn.digium.com/svn/asterisk/trunk@226606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index a5a33d043..ea231d40e 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -19,7 +19,7 @@
/* Doxygenified Copyright Header */
/*!
- * \mainpage Asterisk -- An Open Source Telephony Toolkit
+ * \mainpage Asterisk -- The Open Source Telephony Project
*
* \par Developer Documentation for Asterisk
*
@@ -30,6 +30,8 @@
* please see the appendices for information on coding guidelines,
* release management, commit policies, and more.
*
+ * \arg \ref AsteriskArchitecture
+ *
* \par Additional documentation
* \arg \ref Licensing
* \arg \ref DevDoc