Browse Source

Doxygen group renamed from db to db1.

Jan Janak 16 years ago
parent
commit
a33b9a87f6

+ 1 - 1
lib/srdb1/db.c

@@ -29,7 +29,7 @@
 
 /**
  * \file lib/srdb1/db.c
- * \ingroup db
+ * \ingroup db1
  * \brief Generic Database Interface
  *
  */

+ 1 - 1
lib/srdb1/db.h

@@ -23,7 +23,7 @@
 
 /**
  * \file lib/srdb1/db.h
- * \ingroup db
+ * \ingroup db1
  * \ref db.c
  * \brief Generic Database Interface
  *

+ 1 - 1
lib/srdb1/db_cap.h

@@ -23,7 +23,7 @@
 
 /*!
  * \file lib/srdb1/db_cap.h
- * \ingroup db
+ * \ingroup db1
  * \brief Data structures that represents capabilities in the database.
  *
  * This file defines data structures that represents certain database

+ 1 - 1
lib/srdb1/db_con.h

@@ -23,7 +23,7 @@
 
 /*!
  * \file lib/srdb1/db_con.h
- * \ingroup db
+ * \ingroup db1
  * \brief Type that represents a database connection
  */
 

+ 1 - 1
lib/srdb1/db_id.c

@@ -23,7 +23,7 @@
 
 /**
  * \file lib/srdb1/db_id.c
- * \ingroup db
+ * \ingroup db1
  * \brief Functions for parsing a database URL and work with db identifier.
  */
 

+ 1 - 1
lib/srdb1/db_id.h

@@ -23,7 +23,7 @@
 
 /*!
  * \file lib/srdb1/db_id.h
- * \ingroup db
+ * \ingroup db1
  * \brief Functions for parsing a database URL and works with db identifier.
  */
 

+ 1 - 1
lib/srdb1/db_key.h

@@ -23,7 +23,7 @@
 
 /**
  * \file lib/srdb1/db_key.h
- * \ingroup db
+ * \ingroup db1
  * \brief Type that represents a database key.
  */
 

+ 1 - 1
lib/srdb1/db_op.h

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_op.h
  * \brief Type that represents a expression operator.
- * \ingroup db
+ * \ingroup db1
  */
 
 #ifndef DB_OP_H

+ 1 - 1
lib/srdb1/db_pool.c

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_pool.c
  * \brief Functions for managing a pool of database connections.
- * \ingroup db
+ * \ingroup db1
  */
 
 #include "../../dprint.h"

+ 1 - 1
lib/srdb1/db_pool.h

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_pool.h
  * \brief Functions for managing a pool of database connections.
- * \ingroup db
+ * \ingroup db1
  */
 
 #ifndef _DB_POOL_H

+ 1 - 1
lib/srdb1/db_query.c

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_query.c
  * \brief Query helper for database drivers
- * \ingroup db
+ * \ingroup db1
  *
  * This helper methods for database queries are used from the database
  * SQL driver to do the actual work. Each function uses some functions from

+ 1 - 1
lib/srdb1/db_query.h

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_query.h
  * \brief Query helper for database drivers
- * \ingroup db
+ * \ingroup db1
  *
  * This helper methods for database queries are used from the database
  * SQL driver to do the actual work. Each function uses some functions from

+ 1 - 1
lib/srdb1/db_res.c

@@ -24,7 +24,7 @@
 /**
  * \file lib/srdb1/db_res.c
  * \brief Functions to manage result structures
- * \ingroup db
+ * \ingroup db1
  *
  * Provides some convenience macros and some memory management
  * functions for result structures.

+ 1 - 1
lib/srdb1/db_res.h

@@ -28,7 +28,7 @@
  * Data structure that represents a result from a database query,
  * it also provides some convenience macros and some memory management
  * functions for result structures.
- * \ingroup db
+ * \ingroup db1
  */
 
 #ifndef DB_RES_H

+ 1 - 1
lib/srdb1/db_row.c

@@ -27,7 +27,7 @@
  *
  * This file holds a type that represents a row in a database, some convenience
  * macros and a function for memory managements.
- * \ingroup db
+ * \ingroup db1
  */
 
 #include "db_row.h"

+ 1 - 1
lib/srdb1/db_row.h

@@ -27,7 +27,7 @@
  *
  * This file holds a type that represents a row in a database, some convenience
  * macros and a function for memory managements.
- * \ingroup db
+ * \ingroup db1
  */
 
 

+ 1 - 1
lib/srdb1/db_ut.c

@@ -27,7 +27,7 @@
  *
  * This utility methods are used from the database SQL driver to convert
  * values and print SQL queries from the internal API representation.
- * \ingroup db
+ * \ingroup db1
  */
 
 #include "db_ut.h"

+ 1 - 1
lib/srdb1/db_ut.h

@@ -27,7 +27,7 @@
  *
  * This utility methods are used from the database SQL driver to convert
  * values and print SQL queries from the internal API representation.
- * \ingroup db
+ * \ingroup db1
 */
 
 #ifndef DB_UT_H

+ 1 - 1
lib/srdb1/db_val.h

@@ -30,7 +30,7 @@
  * Available types: DB1_INT, DB1_DOUBLE, DB1_STRING, DB1_STR, DB1_DATETIME, DB1_BLOB and DB1_BITMAP
  * It also provides some macros for convenient access to this values,
  * and a function to convert a str to a value.
- * \ingroup db
+ * \ingroup db1
  */