Browse Source

Updated the value of \file doxygen tags.

Since we moved files in lib/srdb1 from another directory we also needed
to update the doxygen \file tags.
Jan Janak 16 years ago
parent
commit
7d14b0374c

+ 1 - 1
lib/srdb1/db.c

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

+ 1 - 1
lib/srdb1/db.h

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

+ 1 - 1
lib/srdb1/db_cap.h

@@ -22,7 +22,7 @@
  */
 
 /*!
- * \file db_cap.h
+ * \file lib/srdb1/db_cap.h
  * \ingroup db
  * \brief Data structures that represents capabilities in the database.
  *

+ 1 - 1
lib/srdb1/db_con.h

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

+ 1 - 1
lib/srdb1/db_id.c

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

+ 1 - 1
lib/srdb1/db_id.h

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

+ 1 - 1
lib/srdb1/db_key.h

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

+ 1 - 1
lib/srdb1/db_op.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_op.h
+ * \file lib/srdb1/db_op.h
  * \brief Type that represents a expression operator.
  * \ingroup db
  */

+ 1 - 1
lib/srdb1/db_pool.c

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_pool.c
+ * \file lib/srdb1/db_pool.c
  * \brief Functions for managing a pool of database connections.
  * \ingroup db
  */

+ 1 - 1
lib/srdb1/db_pool.h

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

+ 1 - 1
lib/srdb1/db_query.c

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_query.c
+ * \file lib/srdb1/db_query.c
  * \brief Query helper for database drivers
  * \ingroup db
  *

+ 1 - 1
lib/srdb1/db_query.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_query.h
+ * \file lib/srdb1/db_query.h
  * \brief Query helper for database drivers
  * \ingroup db
  *

+ 1 - 1
lib/srdb1/db_res.c

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_res.c
+ * \file lib/srdb1/db_res.c
  * \brief Functions to manage result structures
  * \ingroup db
  *

+ 1 - 1
lib/srdb1/db_res.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \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,

+ 1 - 1
lib/srdb1/db_row.c

@@ -22,7 +22,7 @@
  */
 
 /**
- * \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

+ 1 - 1
lib/srdb1/db_row.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_row.h
+ * \file lib/srdb1/db_row.h
  * \brief Type that represents a row in a database.
  *
  * This file holds a type that represents a row in a database, some convenience

+ 1 - 1
lib/srdb1/db_ut.c

@@ -22,7 +22,7 @@
  */
 
 /**
- * \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

+ 1 - 1
lib/srdb1/db_ut.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \file db/db_ut.h
+ * \file lib/srdb1/db_ut.h
  * \brief Utility functions for database drivers.
  *
  * This utility methods are used from the database SQL driver to convert

+ 1 - 1
lib/srdb1/db_val.h

@@ -22,7 +22,7 @@
  */
 
 /**
- * \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.