소스 검색

Adding doxygen headers for grouping

oej 16 년 전
부모
커밋
ef9db65914
10개의 변경된 파일66개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 0
      modules/utils/conf.c
  2. 7 0
      modules/utils/conf.h
  3. 7 0
      modules/utils/functions.c
  4. 7 0
      modules/utils/functions.h
  5. 2 2
      modules/utils/pidf.c
  6. 2 3
      modules/utils/pidf.h
  7. 11 0
      modules/utils/utils.c
  8. 8 0
      modules/utils/utils.h
  9. 7 0
      modules/utils/xcap_auth.c
  10. 7 0
      modules/utils/xcap_auth.h

+ 8 - 0
modules/utils/conf.c

@@ -20,6 +20,14 @@
  * 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 "../../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
  */
 
+/*!
+ * \file
+ * \brief SIP-router utils :: 
+ * \ingroup utils
+ * Module: \ref utils
+ */
+
 
 #ifndef 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>
 

+ 7 - 0
modules/utils/functions.h

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

+ 2 - 2
modules/utils/pidf.c

@@ -27,8 +27,8 @@
  */
 
 /*! \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
- * \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>
 

+ 8 - 0
modules/utils/utils.h

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

+ 7 - 0
modules/utils/xcap_auth.c

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