[PATCH] Doxygen group renamed from db to db1.

Jan Janak jan at iptel.org
Thu Feb 12 20:23:56 CET 2009


---
 lib/srdb1/db.c       |    2 +-
 lib/srdb1/db.h       |    2 +-
 lib/srdb1/db_cap.h   |    2 +-
 lib/srdb1/db_con.h   |    2 +-
 lib/srdb1/db_id.c    |    2 +-
 lib/srdb1/db_id.h    |    2 +-
 lib/srdb1/db_key.h   |    2 +-
 lib/srdb1/db_op.h    |    2 +-
 lib/srdb1/db_pool.c  |    2 +-
 lib/srdb1/db_pool.h  |    2 +-
 lib/srdb1/db_query.c |    2 +-
 lib/srdb1/db_query.h |    2 +-
 lib/srdb1/db_res.c   |    2 +-
 lib/srdb1/db_res.h   |    2 +-
 lib/srdb1/db_row.c   |    2 +-
 lib/srdb1/db_row.h   |    2 +-
 lib/srdb1/db_ut.c    |    2 +-
 lib/srdb1/db_ut.h    |    2 +-
 lib/srdb1/db_val.h   |    2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/lib/srdb1/db.c b/lib/srdb1/db.c
index 7a39390..0cc7eeb 100644
--- a/lib/srdb1/db.c
+++ b/lib/srdb1/db.c
@@ -29,7 +29,7 @@
 
 /**
  * \file lib/srdb1/db.c
- * \ingroup db
+ * \ingroup db1
  * \brief Generic Database Interface
  *
  */
diff --git a/lib/srdb1/db.h b/lib/srdb1/db.h
index 89677f7..6c088c4 100644
--- a/lib/srdb1/db.h
+++ b/lib/srdb1/db.h
@@ -23,7 +23,7 @@
 
 /**
  * \file lib/srdb1/db.h
- * \ingroup db
+ * \ingroup db1
  * \ref db.c
  * \brief Generic Database Interface
  *
diff --git a/lib/srdb1/db_cap.h b/lib/srdb1/db_cap.h
index b2b74eb..11160ca 100644
--- a/lib/srdb1/db_cap.h
+++ b/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
diff --git a/lib/srdb1/db_con.h b/lib/srdb1/db_con.h
index a280fba..0765eee 100644
--- a/lib/srdb1/db_con.h
+++ b/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
  */
 
diff --git a/lib/srdb1/db_id.c b/lib/srdb1/db_id.c
index 3ef7cad..d55c586 100644
--- a/lib/srdb1/db_id.c
+++ b/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.
  */
 
diff --git a/lib/srdb1/db_id.h b/lib/srdb1/db_id.h
index b465fcd..018f7df 100644
--- a/lib/srdb1/db_id.h
+++ b/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.
  */
 
diff --git a/lib/srdb1/db_key.h b/lib/srdb1/db_key.h
index cab6a7b..40df120 100644
--- a/lib/srdb1/db_key.h
+++ b/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.
  */
 
diff --git a/lib/srdb1/db_op.h b/lib/srdb1/db_op.h
index ecb9f90..0b5eb4f 100644
--- a/lib/srdb1/db_op.h
+++ b/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
diff --git a/lib/srdb1/db_pool.c b/lib/srdb1/db_pool.c
index feb5a54..80f126a 100644
--- a/lib/srdb1/db_pool.c
+++ b/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"
diff --git a/lib/srdb1/db_pool.h b/lib/srdb1/db_pool.h
index c3cbdd4..c569a1e 100644
--- a/lib/srdb1/db_pool.h
+++ b/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
diff --git a/lib/srdb1/db_query.c b/lib/srdb1/db_query.c
index 793bb52..aa25cd5 100644
--- a/lib/srdb1/db_query.c
+++ b/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
diff --git a/lib/srdb1/db_query.h b/lib/srdb1/db_query.h
index 0e2ef0e..0dd83b2 100644
--- a/lib/srdb1/db_query.h
+++ b/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
diff --git a/lib/srdb1/db_res.c b/lib/srdb1/db_res.c
index 38f2954..3581021 100644
--- a/lib/srdb1/db_res.c
+++ b/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.
diff --git a/lib/srdb1/db_res.h b/lib/srdb1/db_res.h
index 17a228f..608026b 100644
--- a/lib/srdb1/db_res.h
+++ b/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
diff --git a/lib/srdb1/db_row.c b/lib/srdb1/db_row.c
index cd14cfc..f832411 100644
--- a/lib/srdb1/db_row.c
+++ b/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"
diff --git a/lib/srdb1/db_row.h b/lib/srdb1/db_row.h
index 8fc890c..c411775 100644
--- a/lib/srdb1/db_row.h
+++ b/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
  */
 
 
diff --git a/lib/srdb1/db_ut.c b/lib/srdb1/db_ut.c
index 2a6bfa4..498ad7f 100644
--- a/lib/srdb1/db_ut.c
+++ b/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"
diff --git a/lib/srdb1/db_ut.h b/lib/srdb1/db_ut.h
index f2353fa..3ca6bbe 100644
--- a/lib/srdb1/db_ut.h
+++ b/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
diff --git a/lib/srdb1/db_val.h b/lib/srdb1/db_val.h
index e1329b8..a523033 100644
--- a/lib/srdb1/db_val.h
+++ b/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
  */
 
 
-- 
1.5.6.5


--7ZAtKRhVyVSsbBD2
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0009-Header-file-conditional-macros-renamed-DB_-DB1.patch"



More information about the sr-dev mailing list