Forráskód Böngészése

tmrec Remove svn ID, fix doxygen

Olle E. Johansson 10 éve
szülő
commit
af6f8bd043
1 módosított fájl, 9 hozzáadás és 3 törlés
  1. 9 3
      modules/tmrec/tmrec_mod.c

+ 9 - 3
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>