Since we moved files in lib/srdb1 from another directory we also needed to update the doxygen \file tags.
@@ -28,7 +28,7 @@
*/
/**
- * \file db/db.c
+ * \file lib/srdb1/db.c
* \ingroup db
* \brief Generic Database Interface
*
@@ -22,7 +22,7 @@
- * \file db/db.h
+ * \file lib/srdb1/db.h
* \ref db.c
/*!
- * \file db_cap.h
+ * \file lib/srdb1/db_cap.h
* \brief Data structures that represents capabilities in the database.
- * \file db/db_con.h
+ * \file lib/srdb1/db_con.h
* \brief Type that represents a database connection
- * \file db/db_id.c
+ * \file lib/srdb1/db_id.c
* \brief Functions for parsing a database URL and work with db identifier.
- * \file db/db_id.h
+ * \file lib/srdb1/db_id.h
* \brief Functions for parsing a database URL and works with db identifier.
- * \file db/db_key.h
+ * \file lib/srdb1/db_key.h
* \brief Type that represents a database key.
- * \file db/db_op.h
+ * \file lib/srdb1/db_op.h
* \brief Type that represents a expression operator.
- * \file db/db_pool.c
+ * \file lib/srdb1/db_pool.c
* \brief Functions for managing a pool of database connections.
- * \file db/db_pool.h
+ * \file lib/srdb1/db_pool.h
- * \file db/db_query.c
+ * \file lib/srdb1/db_query.c
* \brief Query helper for database drivers
- * \file db/db_query.h
+ * \file lib/srdb1/db_query.h
- * \file db/db_res.c
+ * \file lib/srdb1/db_res.c
* \brief Functions to manage result structures
- * \file db/db_res.h
+ * \file lib/srdb1/db_res.h
* \brief Data structure that represents a result from a query.
* Data structure that represents a result from a database query,
- * \file db/db_row.c
+ * \file lib/srdb1/db_row.c
* \brief Type that represents a row in a database.
* This file holds a type that represents a row in a database, some convenience
- * \file db/db_row.h
+ * \file lib/srdb1/db_row.h
- * \file db/db_ut.c
+ * \file lib/srdb1/db_ut.c
* \brief Utility functions for database drivers.
* This utility methods are used from the database SQL driver to convert
- * \file db/db_ut.h
+ * \file lib/srdb1/db_ut.h
- * \file db/db_val.h
+ * \file lib/srdb1/db_val.h
* \brief Data structures that represents values in the database.
* This file defines data structures that represents values in the database.