Module: kamailio Branch: master Commit: 269d0e61810f3adc9e0bc462922e448b32f86e4f URL: https://github.com/kamailio/kamailio/commit/269d0e61810f3adc9e0bc462922e448b32f86e4f
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: 2015-01-03T15:58:40+01:00 counters SVN ID removed, doxygen updates --- Modified: modules/counters/counters.c --- Diff: https://github.com/kamailio/kamailio/commit/269d0e61810f3adc9e0bc462922e448b32f86e4f.diff Patch: https://github.com/kamailio/kamailio/commit/269d0e61810f3adc9e0bc462922e448b32f86e4f.patch --- diff --git a/modules/counters/counters.c b/modules/counters/counters.c index 260f6cd..7d7f85e 100644 --- a/modules/counters/counters.c +++ b/modules/counters/counters.c @@ -1,5 +1,4 @@ -/*$Id$ - * +/* * Copyright (C) 2010 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -20,15 +19,14 @@ * @file * @ingroup counters * Module: counters. + * @author andrei */ - -/* - * History: - * ------- - * 2010-08-06 created by andrei - */ - +/*! + * \defgroup counters Counters/statistics + * + */ + #include "../../modparam.h" #include "../../dprint.h" #include "../../compiler_opt.h" _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
