[PATCH] Updated the value of \file doxygen tags.

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


Since we moved files in lib/srdb1 from another directory we also needed
to update the doxygen \file tags.
---
 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 49f08a8..7a39390 100644
--- a/lib/srdb1/db.c
+++ b/lib/srdb1/db.c
@@ -28,7 +28,7 @@
   */
 
 /**
- * \file db/db.c
+ * \file lib/srdb1/db.c
  * \ingroup db
  * \brief Generic Database Interface
  *
diff --git a/lib/srdb1/db.h b/lib/srdb1/db.h
index 5b2c0e8..89677f7 100644
--- a/lib/srdb1/db.h
+++ b/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
diff --git a/lib/srdb1/db_cap.h b/lib/srdb1/db_cap.h
index a196f54..b2b74eb 100644
--- a/lib/srdb1/db_cap.h
+++ b/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.
  *
diff --git a/lib/srdb1/db_con.h b/lib/srdb1/db_con.h
index 0cb6514..a280fba 100644
--- a/lib/srdb1/db_con.h
+++ b/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
  */
diff --git a/lib/srdb1/db_id.c b/lib/srdb1/db_id.c
index 46ae821..3ef7cad 100644
--- a/lib/srdb1/db_id.c
+++ b/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.
  */
diff --git a/lib/srdb1/db_id.h b/lib/srdb1/db_id.h
index 641417d..b465fcd 100644
--- a/lib/srdb1/db_id.h
+++ b/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.
  */
diff --git a/lib/srdb1/db_key.h b/lib/srdb1/db_key.h
index 50fd8aa..cab6a7b 100644
--- a/lib/srdb1/db_key.h
+++ b/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.
  */
diff --git a/lib/srdb1/db_op.h b/lib/srdb1/db_op.h
index 2b23a62..ecb9f90 100644
--- a/lib/srdb1/db_op.h
+++ b/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
  */
diff --git a/lib/srdb1/db_pool.c b/lib/srdb1/db_pool.c
index 6a1a9fc..feb5a54 100644
--- a/lib/srdb1/db_pool.c
+++ b/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
  */
diff --git a/lib/srdb1/db_pool.h b/lib/srdb1/db_pool.h
index 7f5dc50..c3cbdd4 100644
--- a/lib/srdb1/db_pool.h
+++ b/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
  */
diff --git a/lib/srdb1/db_query.c b/lib/srdb1/db_query.c
index 2d24974..793bb52 100644
--- a/lib/srdb1/db_query.c
+++ b/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
  *
diff --git a/lib/srdb1/db_query.h b/lib/srdb1/db_query.h
index 9cbc224..0e2ef0e 100644
--- a/lib/srdb1/db_query.h
+++ b/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
  *
diff --git a/lib/srdb1/db_res.c b/lib/srdb1/db_res.c
index 16685a8..38f2954 100644
--- a/lib/srdb1/db_res.c
+++ b/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
  *
diff --git a/lib/srdb1/db_res.h b/lib/srdb1/db_res.h
index aeab717..17a228f 100644
--- a/lib/srdb1/db_res.h
+++ b/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,
diff --git a/lib/srdb1/db_row.c b/lib/srdb1/db_row.c
index ec1205c..cd14cfc 100644
--- a/lib/srdb1/db_row.c
+++ b/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
diff --git a/lib/srdb1/db_row.h b/lib/srdb1/db_row.h
index 81a53e6..8fc890c 100644
--- a/lib/srdb1/db_row.h
+++ b/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
diff --git a/lib/srdb1/db_ut.c b/lib/srdb1/db_ut.c
index 2d65e19..2a6bfa4 100644
--- a/lib/srdb1/db_ut.c
+++ b/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
diff --git a/lib/srdb1/db_ut.h b/lib/srdb1/db_ut.h
index f821a09..f2353fa 100644
--- a/lib/srdb1/db_ut.h
+++ b/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
diff --git a/lib/srdb1/db_val.h b/lib/srdb1/db_val.h
index be0c4a8..e1329b8 100644
--- a/lib/srdb1/db_val.h
+++ b/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.
-- 
1.5.6.5


--7ZAtKRhVyVSsbBD2
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0008-Doxygen-group-renamed-from-db-to-db1.patch"



More information about the sr-dev mailing list