Browse Source

statistics Update headers,remove svn id, add doxygen

Olle E. Johansson 10 years ago
parent
commit
2b8900d1ab

+ 9 - 5
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
  */
 
 

+ 6 - 5
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>

+ 6 - 5
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_