소스 검색

- 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
  * - \ref auth
  *
  *
  * Implemented modules
  * 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"
 #include "../dprint.h"
@@ -141,6 +141,8 @@ error:
 }
 }
 
 
 /*! \brief fills mydbf with the corresponding db module callbacks
 /*! \brief fills mydbf with the corresponding db module callbacks
+ * \param mod
+ * \param mydbf
  * \return returns 0 on success, -1 on error
  * \return returns 0 on success, -1 on error
  * \note on error mydbf will contain only 0s */
  * \note on error mydbf will contain only 0s */
 int db_bind_mod(const str* mod, db_func_t* mydbf)
 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
 /*! \brief
  * Get version of a table
  * Get version of a table
+ * \param dbf
+ * \param connection
+ * \param table
  * \return If there is no row for the given table, return version 0
  * \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)
 int db_table_version(const db_func_t* dbf, db_con_t* connection, const str* table)