[sr-dev] git:master: kex: some doxygen docs, a few whitespace changes

Henning Westerholt henning.westerholt at 1und1.de
Thu Jul 14 00:20:56 CEST 2011


Module: sip-router
Branch: master
Commit: 4e62c2cd6eb9d5a9e2b7217c7c01845febdfccbe
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e62c2cd6eb9d5a9e2b7217c7c01845febdfccbe

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Wed Jul 13 23:49:28 2011 +0200

kex: some doxygen docs, a few whitespace changes

---

 modules_k/kex/core_stats.c |    9 ++++-----
 modules_k/kex/core_stats.h |    5 ++---
 modules_k/kex/kex_mod.c    |    6 ++++--
 modules_k/kex/pkg_stats.c  |    5 ++---
 modules_k/kex/pkg_stats.h  |    5 ++---
 5 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/modules_k/kex/core_stats.c b/modules_k/kex/core_stats.c
index 89bdc2b..009a906 100644
--- a/modules_k/kex/core_stats.c
+++ b/modules_k/kex/core_stats.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2006 Voice Sistem SRL
  *
  * This file is part of Kamailio, a free SIP server.
@@ -28,7 +26,8 @@
 
 /*!
  * \file
- * \brief Kamailio Core statistics
+ * \brief KEX :: Kamailio Core statistics
+ * \ingroup kex
  */
 
 
@@ -56,8 +55,8 @@ stat_var* drp_rpls;				/*!< dropped replies          */
 stat_var* err_reqs;				/*!< error requests           */
 stat_var* err_rpls;				/*!< error replies            */
 stat_var* bad_URIs;				/*!< number of bad URIs       */
-stat_var* unsupported_methods;	/*!< unsupported methods      */
-stat_var* bad_msg_hdr;			/*!< messages with bad header */
+stat_var* unsupported_methods;			/*!< unsupported methods      */
+stat_var* bad_msg_hdr;				/*!< messages with bad header */
 
 
 /*! exported core statistics */
diff --git a/modules_k/kex/core_stats.h b/modules_k/kex/core_stats.h
index fabbee1..48d8dd1 100644
--- a/modules_k/kex/core_stats.h
+++ b/modules_k/kex/core_stats.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2006 Voice Sistem SRL
  *
  * This file is part of Kamailio, a free SIP server.
@@ -28,7 +26,8 @@
 
 /*!
  * \file
- * \brief  Kamailio statistics
+ * \brief KEX :: Kamailio statistics
+ * \ingroup kex
  */
 
 
diff --git a/modules_k/kex/kex_mod.c b/modules_k/kex/kex_mod.c
index 5a6d845..60f859a 100644
--- a/modules_k/kex/kex_mod.c
+++ b/modules_k/kex/kex_mod.c
@@ -1,6 +1,4 @@
 /**
- * $Id$
- *
  * Copyright (C) 2009
  *
  * This file is part of SIP-Router.org, a free SIP server.
@@ -20,6 +18,10 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+/*!
+ * @defgroup kex KEX :: Kamailio Extensions
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
diff --git a/modules_k/kex/pkg_stats.c b/modules_k/kex/pkg_stats.c
index 0ae0569..ce98e6f 100644
--- a/modules_k/kex/pkg_stats.c
+++ b/modules_k/kex/pkg_stats.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com)
  *
  * This file is part of Kamailio, a free SIP server.
@@ -23,7 +21,8 @@
 
 /*!
  * \file
- * \brief  Kamailio pkg statistics
+ * \brief KEX :: Kamailio private memory pool statistics
+ * \ingroup kex
  */
 
 #include <stdio.h>
diff --git a/modules_k/kex/pkg_stats.h b/modules_k/kex/pkg_stats.h
index 4f42758..cff9345 100644
--- a/modules_k/kex/pkg_stats.h
+++ b/modules_k/kex/pkg_stats.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2010 Daniel-Constantin Mierla (asipto.com)
  *
  * This file is part of Kamailio, a free SIP server.
@@ -23,7 +21,8 @@
 
 /*!
  * \file
- * \brief  Kamailio pkg statistics
+ * \brief KEX :: Kamailio private memory pool statistics
+ * \ingroup kex
  */
 
 




More information about the sr-dev mailing list