@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2013 Crocodile RCS Ltd
*
* This file is part of Kamailio, a free SIP server.
* 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"
* Based on "ser_stun.h". Copyright (C) 2001-2003 FhG Fokus
@@ -22,6 +20,11 @@
#ifndef _kam_stun_h
#define _kam_stun_h
@@ -20,6 +18,11 @@
+ * \brief STUN :: Module interface
#include "../../dprint.h"
#include "../../events.h"