Просмотр исходного кода

nat_traversal Fix doxygen, remove svn ID etc

Olle E. Johansson 10 лет назад
Родитель
Сommit
d42155ef16
1 измененных файлов с 16 добавлено и 2 удалено
  1. 16 2
      modules/nat_traversal/nat_traversal.c

+ 16 - 2
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.
@@ -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>