Răsfoiți Sursa

Stun Remove svn IDs update doxygen remove history

Olle E. Johansson 10 ani în urmă
părinte
comite
d7d19dddf5

+ 0 - 2
modules/stun/config.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2013 Crocodile RCS Ltd
  *
  * This file is part of Kamailio, a free SIP server.

+ 0 - 2
modules/stun/config.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2013 Crocodile RCS Ltd
  *
  * This file is part of Kamailio, a free SIP server.

+ 9 - 2
modules/stun/kam_stun.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Portions Copyright (C) 2013 Crocodile RCS Ltd
  *
  * Based on "ser_stun.c". Copyright (C) 2001-2003 FhG Fokus
@@ -22,6 +20,15 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */
+/*!
+ * \file
+ * \brief STUN :: Configuration
+ * \ingroup stun
+ */
+/*!
+ * \defgroup stun STUN Nat traversal support
+ * 
+ */
 
 #include <arpa/inet.h>
 #include "kam_stun.h"

+ 5 - 2
modules/stun/kam_stun.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Portions Copyright (C) 2013 Crocodile RCS Ltd
  *
  * Based on "ser_stun.h". Copyright (C) 2001-2003 FhG Fokus
@@ -22,6 +20,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */
+/*!
+ * \file
+ * \brief STUN :: Configuration
+ * \ingroup stun
+ */
 
 #ifndef _kam_stun_h
 #define _kam_stun_h

+ 5 - 2
modules/stun/stun_mod.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2013 Crocodile RCS Ltd
  *
  * This file is part of Kamailio, a free SIP server.
@@ -20,6 +18,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */
+/*!
+ * \file
+ * \brief STUN :: Module interface
+ * \ingroup stun
+ */
 
 #include "../../dprint.h"
 #include "../../events.h"