From c7aed6ea2b8ae6c4e57e0d334969c5f639bbf6fa Mon Sep 17 00:00:00 2001 From: oej Date: Tue, 11 Dec 2007 22:20:22 +0000 Subject: Doxygen updates, formatting. misdn stuff needs a lot of doxygenification (Hello, Qwell :-) ) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92423 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/chan_misdn_config.h | 6 ++++++ channels/misdn/ie.c | 5 +++++ channels/misdn/isdn_lib.c | 6 ++++++ channels/misdn/isdn_lib.h | 7 +++++++ channels/misdn/isdn_msg_parser.c | 6 ++++++ channels/misdn/portinfo.c | 4 ++++ 6 files changed, 34 insertions(+) (limited to 'channels/misdn') diff --git a/channels/misdn/chan_misdn_config.h b/channels/misdn/chan_misdn_config.h index f9475bd03..8c27f4f24 100644 --- a/channels/misdn/chan_misdn_config.h +++ b/channels/misdn/chan_misdn_config.h @@ -11,6 +11,12 @@ * the GNU General Public License */ +/*! \file \brief + * Interface to mISDN - Config + * \author Christian Richter + */ + + #ifndef CHAN_MISDN_CONFIG_H diff --git a/channels/misdn/ie.c b/channels/misdn/ie.c index 9c783cd10..817e3d8cb 100644 --- a/channels/misdn/ie.c +++ b/channels/misdn/ie.c @@ -15,6 +15,11 @@ * the GNU General Public License */ +/*! \file \brief + * Interface to mISDN + * \author Christian Richter + */ + /* the pointer of enc_ie_* always points to the IE itself if qi is not NULL (TE-mode), offset is set diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index 888887d6e..67ecb47fa 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -11,6 +11,12 @@ * the GNU General Public License */ +/*! \file \brief + * Interface to mISDN + * \author Christian Richter + */ + + #include #include diff --git a/channels/misdn/isdn_lib.h b/channels/misdn/isdn_lib.h index 5dc374c4f..731d497b3 100644 --- a/channels/misdn/isdn_lib.h +++ b/channels/misdn/isdn_lib.h @@ -11,6 +11,13 @@ * the GNU General Public License */ +/*! \file \brief + * + * Interface to mISDN + * + * \author Christian Richter + */ + #ifndef TE_LIB #define TE_LIB diff --git a/channels/misdn/isdn_msg_parser.c b/channels/misdn/isdn_msg_parser.c index 720f43d0d..ebaf6a92f 100644 --- a/channels/misdn/isdn_msg_parser.c +++ b/channels/misdn/isdn_msg_parser.c @@ -11,6 +11,12 @@ * the GNU General Public License */ +/*! \file \brief + * Interface to mISDN - message parser + * \author Christian Richter + */ + + #include "isdn_lib_intern.h" diff --git a/channels/misdn/portinfo.c b/channels/misdn/portinfo.c index bcb9f0313..8223164e5 100644 --- a/channels/misdn/portinfo.c +++ b/channels/misdn/portinfo.c @@ -1,3 +1,7 @@ +/*! \file \brief + * Interface to mISDN - ??? + * \author Christian Richter + */ #include "isdn_lib.h" -- cgit v1.2.3