Module: kamailio Branch: master Commit: af6f8bd043b8b3704c0e5ce1a3263bb38c42a0d1 URL: https://github.com/kamailio/kamailio/commit/af6f8bd043b8b3704c0e5ce1a3263bb3...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-17T11:14:53+01:00
tmrec Remove svn ID, fix doxygen
---
Modified: modules/tmrec/tmrec_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/af6f8bd043b8b3704c0e5ce1a3263bb3... Patch: https://github.com/kamailio/kamailio/commit/af6f8bd043b8b3704c0e5ce1a3263bb3...
---
diff --git a/modules/tmrec/tmrec_mod.c b/modules/tmrec/tmrec_mod.c index e0ae5cd..2d856f1 100644 --- a/modules/tmrec/tmrec_mod.c +++ b/modules/tmrec/tmrec_mod.c @@ -1,6 +1,4 @@ -/** - * $Id$ - * +/* * Copyright (C) 2012 Daniel-Constantin Mierla (asipto.com) * * This file is part of Kamailio, a free SIP server. @@ -21,6 +19,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ +/*! \file + * \brief The TMREC module + * \ingroup tmrec + */ + +/*! \defgroup tmrec TMREC + * This module provides time recurrence matching functions. + */
#include <stdio.h> #include <unistd.h>