Browse Source

xhttp_pi Remove history, update Doxygen

Olle E. Johansson 10 years ago
parent
commit
14dcf2e6bf

+ 6 - 2
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>

+ 7 - 1
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
  */
 
 

+ 10 - 6
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
 

+ 6 - 1
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

+ 7 - 1
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>

+ 6 - 1
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