... | ... |
@@ -24,7 +24,7 @@ |
24 | 24 |
/** |
25 | 25 |
* \file lib/srdb1/db_query.c |
26 | 26 |
* \brief Query helper for database drivers |
27 |
- * \ingroup db |
|
27 |
+ * \ingroup db1 |
|
28 | 28 |
* |
29 | 29 |
* This helper methods for database queries are used from the database |
30 | 30 |
* SQL driver to do the actual work. Each function uses some functions from |
... | ... |
@@ -24,7 +24,7 @@ |
24 | 24 |
/** |
25 | 25 |
* \file lib/srdb1/db_query.h |
26 | 26 |
* \brief Query helper for database drivers |
27 |
- * \ingroup db |
|
27 |
+ * \ingroup db1 |
|
28 | 28 |
* |
29 | 29 |
* This helper methods for database queries are used from the database |
30 | 30 |
* SQL driver to do the actual work. Each function uses some functions from |
... | ... |
@@ -30,7 +30,7 @@ |
30 | 30 |
* Available types: DB1_INT, DB1_DOUBLE, DB1_STRING, DB1_STR, DB1_DATETIME, DB1_BLOB and DB1_BITMAP |
31 | 31 |
* It also provides some macros for convenient access to this values, |
32 | 32 |
* and a function to convert a str to a value. |
33 |
- * \ingroup db |
|
33 |
+ * \ingroup db1 |
|
34 | 34 |
*/ |
35 | 35 |
|
36 | 36 |
|