Module: kamailio Branch: master Commit: 2b8900d1abe2a6e63930b6060a286a1764c9c015 URL: https://github.com/kamailio/kamailio/commit/2b8900d1abe2a6e63930b6060a286a17...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@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/2b8900d1abe2a6e63930b6060a286a17... Patch: https://github.com/kamailio/kamailio/commit/2b8900d1abe2a6e63930b6060a286a17...
---
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_