Skip to content

Commit

Permalink
nat_traversal Fix doxygen, remove svn ID etc
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 6, 2015
1 parent 8456825 commit d42155e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions modules/nat_traversal/nat_traversal.c
@@ -1,5 +1,4 @@
/* $Id$
*
/*
* Copyright (C) 2007-2009 Dan Pascu
*
* This file is part of Kamailio, a free SIP server.
Expand All @@ -20,6 +19,21 @@
*
*/

/*!
* \file
* \brief Module interface and functions
* \ingroup nat_traversal
* Module: \ref nat_traversal
*/

/**
* @defgroup nat_traversal Nat
* @brief Kamailio nat_traversal module
The nat_traversal module provides support for handling far-end NAT
traversal for SIP signaling.
*/

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down

0 comments on commit d42155e

Please sign in to comment.