[sr-dev] git:master:2b8900d1: statistics Update headers, remove svn id, add doxygen

Olle E. Johansson oej at edvina.net
Sat Jan 3 16:04:05 CET 2015


Module: kamailio
Branch: master
Commit: 2b8900d1abe2a6e63930b6060a286a1764c9c015
URL: https://github.com/kamailio/kamailio/commit/2b8900d1abe2a6e63930b6060a286a1764c9c015

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2015-01-03T15:57:21+01:00

statistics Update headers,remove svn id, add doxygen

---

Modified: modules/statistics/statistics.c
Modified: modules/statistics/stats_funcs.c
Modified: modules/statistics/stats_funcs.h

---

Diff:  https://github.com/kamailio/kamailio/commit/2b8900d1abe2a6e63930b6060a286a1764c9c015.diff
Patch: https://github.com/kamailio/kamailio/commit/2b8900d1abe2a6e63930b6060a286a1764c9c015.patch

---

diff --git a/modules/statistics/statistics.c b/modules/statistics/statistics.c
index 477b60e..2baf759 100644
--- a/modules/statistics/statistics.c
+++ b/modules/statistics/statistics.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * statistics module - script interface to internal statistics manager
  *
  * Copyright (C) 2006 Voice Sistem S.R.L.
@@ -21,9 +19,15 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2006-03-14  initial version (bogdan)
+ */
+
+/*!
+ * \defgroup statistics The statistics module
+ */
+/*!
+ * \brief Script interface
+ * \ingroup statistics
+ * \author bogdan
  */
 
 
diff --git a/modules/statistics/stats_funcs.c b/modules/statistics/stats_funcs.c
index e039a5f..6acc793 100644
--- a/modules/statistics/stats_funcs.c
+++ b/modules/statistics/stats_funcs.c
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * statistics module - script interface to internal statistics manager
  *
  * Copyright (C) 2006 Voice Sistem S.R.L.
@@ -21,10 +19,13 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2006-03-14  initial version (bogdan)
  */
+/*!
+ * \brief Script interface
+ * \ingroup statistics
+ * \author bogdan
+ */
+
 
 
 #include <string.h>
diff --git a/modules/statistics/stats_funcs.h b/modules/statistics/stats_funcs.h
index 251dbb1..ec8036d 100644
--- a/modules/statistics/stats_funcs.h
+++ b/modules/statistics/stats_funcs.h
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * statistics module - script interface to internal statistics manager
  *
  * Copyright (C) 2006 Voice Sistem S.R.L.
@@ -21,10 +19,13 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2006-03-14  initial version (bogdan)
  */
+/*!
+ * \brief Script interface
+ * \ingroup statistics
+ * \author bogdan
+ */
+
 
 
 #ifndef _STATISTICS_STATS_FUNCS_




More information about the sr-dev mailing list