فهرست منبع

- fix a bunch of doxygen errors (mostly in modules, some in the core)
- credits belongs to Frederick Bullik, frederick dot bullik at 1und1 dot de


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5299 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 سال پیش
والد
کامیت
18557a9f30
1فایلهای تغییر یافته به همراه12 افزوده شده و 7 حذف شده
  1. 12 7
      lib/srdb1/db.c

+ 12 - 7
lib/srdb1/db.c

@@ -48,13 +48,13 @@
  * - \ref auth
  *
  * Implemented modules
- * - \ref db_berkeley
- * - \ref db_flatstore
- * - \ref db_text
- * - \ref db_mysql
- * - \ref db_oracle
- * - \ref db_postgres
- * - \ref db_unixodbc
+ * - \ref ../modules/db_berkeley
+ * - \ref ../modules/db_flatstore
+ * - \ref ../modules/db_text
+ * - \ref ../modules/db_mysql
+ * - \ref ../modules/db_oracle
+ * - \ref ../modules/db_postgres
+ * - \ref ../modules/db_unixodbc
  */
 
 #include "../dprint.h"
@@ -141,6 +141,8 @@ error:
 }
 
 /*! \brief fills mydbf with the corresponding db module callbacks
+ * \param mod
+ * \param mydbf
  * \return returns 0 on success, -1 on error
  * \note on error mydbf will contain only 0s */
 int db_bind_mod(const str* mod, db_func_t* mydbf)
@@ -323,6 +325,9 @@ void db_do_close(db_con_t* _h, void (*free_connection)())
 
 /*! \brief
  * Get version of a table
+ * \param dbf
+ * \param connection
+ * \param table
  * \return If there is no row for the given table, return version 0
  */
 int db_table_version(const db_func_t* dbf, db_con_t* connection, const str* table)