Module: kamailio Branch: master Commit: 14dcf2e6bffa174f12aface7290fc759b4488629 URL: https://github.com/kamailio/kamailio/commit/14dcf2e6bffa174f12aface7290fc759...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-09T21:39:15+01:00
xhttp_pi Remove history, update Doxygen
---
Modified: modules/xhttp_pi/http_db_handler.c Modified: modules/xhttp_pi/http_db_handler.h Modified: modules/xhttp_pi/xhttp_pi.c Modified: modules/xhttp_pi/xhttp_pi.h Modified: modules/xhttp_pi/xhttp_pi_fnc.c Modified: modules/xhttp_pi/xhttp_pi_fnc.h
---
Diff: https://github.com/kamailio/kamailio/commit/14dcf2e6bffa174f12aface7290fc759... Patch: https://github.com/kamailio/kamailio/commit/14dcf2e6bffa174f12aface7290fc759...
---
diff --git a/modules/xhttp_pi/http_db_handler.c b/modules/xhttp_pi/http_db_handler.c index c762382..cb8b5bc 100644 --- a/modules/xhttp_pi/http_db_handler.c +++ b/modules/xhttp_pi/http_db_handler.c @@ -17,9 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) */ - +/*! + * \file + * \brief XHTTP_PI :: + * \ingroup xhttp_pi + * Module: \ref xhttp_pi + */
#include <stdio.h> #include <stdlib.h> diff --git a/modules/xhttp_pi/http_db_handler.h b/modules/xhttp_pi/http_db_handler.h index 1e80890..3fef42e 100644 --- a/modules/xhttp_pi/http_db_handler.h +++ b/modules/xhttp_pi/http_db_handler.h @@ -17,7 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) + */ + +/*! + * \file + * \brief XHTTP_PI :: DB handler + * \ingroup xhttp_pi + * Module: \ref xhttp_pi */
diff --git a/modules/xhttp_pi/xhttp_pi.c b/modules/xhttp_pi/xhttp_pi.c index 4fbe5d7..511ebc5 100644 --- a/modules/xhttp_pi/xhttp_pi.c +++ b/modules/xhttp_pi/xhttp_pi.c @@ -17,7 +17,16 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) + */ + +/*! + * \file + * \brief XHTTP_PI :: Module interface (main file) + * \ingroup xhttp_pi + * Module: \ref xhttp_pi + * + * This is the main file of xhttp_pi module which contains all the functions + * related to http processing, as well as the module interface. */
#include <string.h> @@ -43,11 +52,6 @@ * It is built on top of the xhttp API module. */
-/** @file - * - * This is the main file of xhttp_pi module which contains all the functions - * related to http processing, as well as the module interface. - */
MODULE_VERSION
diff --git a/modules/xhttp_pi/xhttp_pi.h b/modules/xhttp_pi/xhttp_pi.h index 5d44e69..eeef37b 100644 --- a/modules/xhttp_pi/xhttp_pi.h +++ b/modules/xhttp_pi/xhttp_pi.h @@ -17,9 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) */
+/*! + * \file + * \brief XHTTP_PI :: + * \ingroup xhttp_pi + * Module: \ref xhttp_pi + */
#ifndef _XHTTP_PI_H #define _XHTTP_PI_H diff --git a/modules/xhttp_pi/xhttp_pi_fnc.c b/modules/xhttp_pi/xhttp_pi_fnc.c index a51e692..9bacee5 100644 --- a/modules/xhttp_pi/xhttp_pi_fnc.c +++ b/modules/xhttp_pi/xhttp_pi_fnc.c @@ -17,7 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) + */ + +/*! + * \file + * \brief XHTTP_PI :: + * \ingroup xhttp_pi + * Module: \ref xhttp_pi */
#include <libxml/parser.h> diff --git a/modules/xhttp_pi/xhttp_pi_fnc.h b/modules/xhttp_pi/xhttp_pi_fnc.h index 980c8ed..b324635 100644 --- a/modules/xhttp_pi/xhttp_pi_fnc.h +++ b/modules/xhttp_pi/xhttp_pi_fnc.h @@ -17,9 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * 2012-10-18 initial version (osas) */
+/*! + * \file + * \brief XHTTP_PI :: + * \ingroup xhttp_pi + * Module: \ref xhttp_pi + */
#ifndef _XHTTP_PI_FNC_H #define _XHTTP_PI_FNC_H