From be510a9b01e06bc6115c8a84b5231683bba91c8b Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 20 Jun 2015 10:52:08 +0200 Subject: module: add more documentation --- modules/mwi/mwi.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/mwi/mwi.c') 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 #include #include +/** + * @defgroup mwi mwi + * + * Message Waiting Indication + * + */ + + struct mwi { struct le le; struct sipsub *sub; -- cgit v1.2.3