aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 22:38:41 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-09 22:38:41 +0000
commit8571cda31e568cdc59a42fa8a6c41fc7180e4e3a (patch)
treecb38ae7b0aa52d7c9cc0e03053149b688feab7d0 /main/asterisk.c
parent78f46b1cdbb99539fdc690b6fd6b40a293298333 (diff)
Add some additional Asterisk project developer documentation.
After the nightly update of the documentation on asterisk.org, I'll post an update to asterisk-dev with a pointer to the changes. This covers some release branch and commit policy information. None of this should be a surprise, since it's just documenting what we have already been doing. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@162418 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index e82a8d87e..89fd7a9aa 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -22,17 +22,24 @@
* \mainpage Asterisk -- An Open Source Telephony Toolkit
*
* \par Developer Documentation for Asterisk
+ *
* This is the main developer documentation for Asterisk. It is
- * generated by running "make progdocs".
+ * generated by running "make progdocs" from the Asterisk source tree.
+ *
+ * In addition to the information available on the Asterisk source code,
+ * please see the appendices for information on coding guidelines,
+ * release management, commit policies, and more.
+ *
* \par Additional documentation
* \arg \ref Licensing
* \arg \ref DevDoc
* \arg \ref ConfigFiles
*
- * \section copyright Copyright and author
+ * \section copyright Copyright and Author
*
* Copyright (C) 1999 - 2008, Digium, Inc.
- * Asterisk is a trademark registered by Digium, Inc.
+ * Asterisk is a <a href="http://www.digium.com/en/company/view-policy.php?id=Trademark-Policy">registered trademark</a>
+ * of <a href="http://www.digium.com">Digium, Inc</a>.
*
* \author Mark Spencer <markster@digium.com>
* Also see \ref AstCREDITS
@@ -40,9 +47,8 @@
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
- * the project provides a web site, mailing lists and IRC
+ * the project provides a web site, mailing lists, and IRC
* channels for your use.
- *
*/
/*! \file