Ver Fonte

DNSsec Add doxygen, remove history and svn IDs

Olle E. Johansson há 10 anos atrás
pai
commit
c11064e978
3 ficheiros alterados com 20 adições e 16 exclusões
  1. 10 2
      modules/dnssec/dnssec_func.c
  2. 5 5
      modules/dnssec/dnssec_func.h
  3. 5 9
      modules/dnssec/dnssec_mod.c

+ 10 - 2
modules/dnssec/dnssec_func.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DNSSEC module
  *
  * Copyright (C) 2013 [email protected]
@@ -25,6 +23,16 @@
  * --------
  *  2013-03	initial implementation
  */
+/*!
+ * \brief DNSsec support
+ * \ingroup DNSsec 
+ * \author [email protected]
+ */
+/*!
+ * \defgroup DNSsec DNS security extensions support
+ *
+ */
+
 
 #include <validator/validator-config.h>
 #include <validator/validator.h>

+ 5 - 5
modules/dnssec/dnssec_func.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DNSSEC module
  *
  * Copyright (C) 2013 [email protected]
@@ -21,9 +19,11 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * --------
- *  2013-03	initial implementation
+ */
+/*!
+ * \brief DNSsec support
+ * \ingroup DNSsec
+ * \author [email protected]
  */
 
 #ifndef DNSSEC_FUNC_H

+ 5 - 9
modules/dnssec/dnssec_mod.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DNSSEC module
  *
  * Copyright (C) 2013 [email protected]
@@ -25,6 +23,11 @@
  * --------
  *  2013-03	initial implementation
  */
+/*!
+ * \brief DNSsec support
+ * \ingroup DNSsec
+ * \author [email protected]
+ */
 
 
 #include <stdio.h>
@@ -107,13 +110,6 @@ static int dnssec_init(void)
 {
 	LOG(L_INFO, "DNSSEC  - initializing\n");
 
-/*	if(register_mi_mod(exports.name, mi_cmds)!=0)
-	{
-		LM_ERR("failed to register MI commands\n");
-		return -1;
-	}
-*/
-	
 	//set parameters
 	if(flags) set_context_flags(flags);