From d0bc22b3e8d04d67c9589471db0875331f7aec6d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 9 Dec 2008 22:38:41 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@162418 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/asterisk.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'main/asterisk.c') 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 registered trademark + * of Digium, Inc. * * \author Mark Spencer * 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 -- cgit v1.2.3