瀏覽代碼

nat_traversal Fix doxygen, remove svn ID etc

Olle E. Johansson 10 年之前
父節點
當前提交
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>