浏览代码

Adding doxygen headers for grouping

oej 16 年之前
父节点
当前提交
ef9db65914

+ 8 - 0
modules/utils/conf.c

@@ -20,6 +20,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
+
 
 
 #include "conf.h"
 #include "conf.h"
 #include "../../mem/mem.h"
 #include "../../mem/mem.h"

+ 7 - 0
modules/utils/conf.h

@@ -20,6 +20,13 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 
 
 #ifndef CONF_H
 #ifndef CONF_H
 #define CONF_H
 #define CONF_H

+ 7 - 0
modules/utils/functions.c

@@ -21,6 +21,13 @@
  *
  *
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 
 
 #include <curl/curl.h>
 #include <curl/curl.h>
 
 

+ 7 - 0
modules/utils/functions.h

@@ -21,6 +21,13 @@
  *
  *
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 
 
 #ifndef UTILS_FUNCTIONS_H
 #ifndef UTILS_FUNCTIONS_H
 #define UTILS_FUNCTIONS_H
 #define UTILS_FUNCTIONS_H

+ 2 - 2
modules/utils/pidf.c

@@ -27,8 +27,8 @@
  */
  */
 
 
 /*! \file
 /*! \file
- * \brief Kamailio Presence_XML ::  PIDF handling
- * \ingroup presence_xml
+ * \brief SIP-router ::  PIDF handling
+ * \ingroup utils
  */
  */
 
 
 /**
 /**

+ 2 - 3
modules/utils/pidf.h

@@ -27,9 +27,8 @@
  */
  */
 
 
 /*! \file
 /*! \file
- * \brief Kamailio Presence_XML :: PIDF handling
- * \ref pidf.c
- * \ingroup presence_xml
+ * \brief SIP-router utils :: PIDF handling
+ * \ingroup utils
  */
  */
 
 
 
 

+ 11 - 0
modules/utils/utils.c

@@ -26,6 +26,17 @@
  *
  *
  */
  */
 
 
+/*! \file
+ * \brief SIP-router utils :: Module core
+ * \ingroup utils
+ */
+
+/*! \defgroup Utils SIP-router :: Various utilities
+ *
+ */
+
+
+
 
 
 #include <curl/curl.h>
 #include <curl/curl.h>
 
 

+ 8 - 0
modules/utils/utils.h

@@ -21,6 +21,14 @@
  *
  *
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: Core
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
+
 
 
 #ifndef UTILS_H
 #ifndef UTILS_H
 #define UTILS_H
 #define UTILS_H

+ 7 - 0
modules/utils/xcap_auth.c

@@ -27,6 +27,13 @@
  *  2009-06-03  util version (jh)
  *  2009-06-03  util version (jh)
  */
  */
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 #include <stdio.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>

+ 7 - 0
modules/utils/xcap_auth.h

@@ -22,6 +22,13 @@
  */
  */
 
 
 
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 #ifndef XCAP_AUTH_FUNCTIONS_H
 #ifndef XCAP_AUTH_FUNCTIONS_H
 #define XCAP_AUTH_FUNCTIONS_H
 #define XCAP_AUTH_FUNCTIONS_H