summaryrefslogtreecommitdiff
path: root/modules/mwi
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-20 10:52:08 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-20 10:52:08 +0200
commitbe510a9b01e06bc6115c8a84b5231683bba91c8b (patch)
treea568f6873ff4f4d930b65225c022daf913991e87 /modules/mwi
parentee1e658235812740c2739bd2fe85f220128e4766 (diff)
module: add more documentation
Diffstat (limited to 'modules/mwi')
-rw-r--r--modules/mwi/mwi.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/mwi/mwi.c b/modules/mwi/mwi.c
index a04e6bf..c1670a0 100644
--- a/modules/mwi/mwi.c
+++ b/modules/mwi/mwi.c
@@ -1,13 +1,21 @@
/**
* @file mwi.c Message Waiting Indication (RFC 3842)
*
- * Copyright (C) 2010 Creytiv.com
+ * Copyright (C) 2010 - 2015 Creytiv.com
*/
#include <string.h>
#include <re.h>
#include <baresip.h>
+/**
+ * @defgroup mwi mwi
+ *
+ * Message Waiting Indication
+ *
+ */
+
+
struct mwi {
struct le le;
struct sipsub *sub;