[Asterisk-cvs] asterisk/channels answer.h, 1.1, 1.2 chan_sip.c,
1.896, 1.897 iax2-parser.c, 1.53, 1.54 iax2-parser.h, 1.18,
1.19 iax2-provision.c, 1.14, 1.15 iax2-provision.h, 1.3,
1.4 ring10.h, 1.1, 1.2
russell
russell
Wed Oct 26 09:10:27 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/include/asterisk doxyref.h,1.1,1.2
- Next message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.6, 1.7 format_g723.c,
1.23, 1.24 format_g726.c, 1.14, 1.15 format_g729.c, 1.23,
1.24 format_gsm.c, 1.28, 1.29 format_h263.c, 1.16,
1.17 format_ilbc.c, 1.16, 1.17 format_jpeg.c, 1.11,
1.12 format_ogg_vorbis.c, 1.4, 1.5 format_pcm.c, 1.24,
1.25 format_pcm_alaw.c, 1.22, 1.23 format_sln.c, 1.14,
1.15 format_vox.c, 1.25, 1.26 format_wav.c, 1.28,
1.29 format_wav_gsm.c, 1.37, 1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv15898/channels
Modified Files:
answer.h chan_sip.c iax2-parser.c iax2-parser.h
iax2-provision.c iax2-provision.h ring10.h
Log Message:
more doxygenification (issue #5513)
Index: answer.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/answer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- answer.h 3 May 2001 03:54:19 -0000 1.1
+++ answer.h 26 Oct 2005 13:03:17 -0000 1.2
@@ -1,9 +1,9 @@
-/*
- * Signed 16-bit audio data
+/*!\file
+ * \brief Signed 16-bit audio data
*
* Source: answer.raw
*
- * Copyright (C) 1999, Mark Spencer and Linux Support Services
+ * Copyright (C) 1999-2005, Digium, Inc.
*
* Distributed under the terms of the GNU General Public License
*
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -d -r1.896 -r1.897
--- chan_sip.c 24 Oct 2005 20:12:05 -0000 1.896
+++ chan_sip.c 26 Oct 2005 13:03:17 -0000 1.897
@@ -21,7 +21,7 @@
* \brief Implementation of Session Initiation Protocol
*
* Implementation of RFC 3261 - without S/MIME, TCP and TLS support
- * Configuration file \link page20sip sip.conf \endlink
+ * Configuration file \link Config_sip sip.conf \endlink
*
* \todo SIP over TCP
* \todo SIP over TLS
@@ -204,7 +204,7 @@
static const struct cfsip_methods {
[...2974 lines suppressed...]
{
@@ -12912,7 +12911,7 @@
return 0;
}
-/*--- reload: Part of Asterisk module interface ---*/
+/*! \brief reload: Part of Asterisk module interface ---*/
int reload(void)
{
return sip_reload(0, 0, NULL);
@@ -12948,7 +12947,7 @@
{ { "sip", "reload", NULL }, sip_reload, "Reload SIP configuration", sip_reload_usage },
};
-/*--- load_module: PBX load module - initialization ---*/
+/*! \brief load_module: PBX load module - initialization ---*/
int load_module()
{
ASTOBJ_CONTAINER_INIT(&userl); /* User object list */
Index: iax2-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-parser.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- iax2-parser.c 21 Sep 2005 12:47:03 -0000 1.53
+++ iax2-parser.c 26 Oct 2005 13:03:17 -0000 1.54
@@ -16,9 +16,9 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * Implementation of Inter-Asterisk eXchange
+ * \brief Implementation of Inter-Asterisk eXchange Protocol, v 2
*
*/
Index: iax2-parser.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-parser.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- iax2-parser.h 9 Sep 2005 01:07:25 -0000 1.18
+++ iax2-parser.h 26 Oct 2005 13:03:17 -0000 1.19
@@ -10,6 +10,10 @@
* This program is free software, distributed under the terms of
* the GNU General Public License
*/
+
+/*!\file
+ * \brief Implementation of the IAX2 protocol
+ */
#ifndef _IAX2_PARSER_H
#define _IAX2_PARSER_H
Index: iax2-provision.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-provision.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- iax2-provision.c 14 Sep 2005 20:46:50 -0000 1.14
+++ iax2-provision.c 26 Oct 2005 13:03:17 -0000 1.15
@@ -16,9 +16,8 @@
* at the top of the source tree.
*/
-/*
- *
- * IAX Provisioning Protocol
+/*! \file
+ * \brief IAX Provisioning Protocol
*
*/
Index: iax2-provision.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-provision.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- iax2-provision.h 9 Nov 2004 21:19:35 -0000 1.3
+++ iax2-provision.h 26 Oct 2005 13:03:17 -0000 1.4
@@ -9,6 +9,10 @@
*
*/
+/*! \file
+ * \brief IAX2 Provisioning protocol
+ */
+
#include "iax2-parser.h"
#define PROV_IE_USEDHCP 1 /* Presense only */
Index: ring10.h
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/ring10.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ring10.h 30 Apr 2001 04:42:40 -0000 1.1
+++ ring10.h 26 Oct 2005 13:03:17 -0000 1.2
@@ -1,9 +1,9 @@
-/*
- * Signed 16-bit audio data
+/*! \file
+ * \brief Signed 16-bit audio data
*
* Source: /home/markster/ring10.raw
*
- * Copyright (C) 1999, Mark Spencer and Linux Support Services
+ * Copyright (C) 1999-2005, Digium, Inc.
*
* Distributed under the terms of the GNU General Public License
*
- Previous message: [Asterisk-cvs] asterisk/include/asterisk doxyref.h,1.1,1.2
- Next message: [Asterisk-cvs]
asterisk/formats format_au.c, 1.6, 1.7 format_g723.c,
1.23, 1.24 format_g726.c, 1.14, 1.15 format_g729.c, 1.23,
1.24 format_gsm.c, 1.28, 1.29 format_h263.c, 1.16,
1.17 format_ilbc.c, 1.16, 1.17 format_jpeg.c, 1.11,
1.12 format_ogg_vorbis.c, 1.4, 1.5 format_pcm.c, 1.24,
1.25 format_pcm_alaw.c, 1.22, 1.23 format_sln.c, 1.14,
1.15 format_vox.c, 1.25, 1.26 format_wav.c, 1.28,
1.29 format_wav_gsm.c, 1.37, 1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list