[sr-dev] git:master:af6f8bd0: tmrec Remove svn ID, fix doxygen

Olle E. Johansson oej at edvina.net
Sat Jan 17 11:31:17 CET 2015


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

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at 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/af6f8bd043b8b3704c0e5ce1a3263bb38c42a0d1.diff
Patch: https://github.com/kamailio/kamailio/commit/af6f8bd043b8b3704c0e5ce1a3263bb38c42a0d1.patch

---

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>




More information about the sr-dev mailing list