summaryrefslogtreecommitdiff
path: root/channels/misdn
diff options
context:
space:
mode:
Diffstat (limited to 'channels/misdn')
-rw-r--r--channels/misdn/chan_misdn_config.h6
-rw-r--r--channels/misdn/ie.c5
-rw-r--r--channels/misdn/isdn_lib.c6
-rw-r--r--channels/misdn/isdn_lib.h7
-rw-r--r--channels/misdn/isdn_msg_parser.c6
-rw-r--r--channels/misdn/portinfo.c4
6 files changed, 34 insertions, 0 deletions
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 <crich@beronet.com>
+ */
+
+
#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 <crich@beronet.com>
+ */
+
/*
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 <crich@beronet.com>
+ */
+
+
#include <syslog.h>
#include <mISDNuser/isdn_debug.h>
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 <crich@beronet.com>
+ */
+
#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 <crich@beronet.com>
+ */
+
+
#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 <crich@beronet.com>
+ */
#include "isdn_lib.h"