Skip to content

Commit

Permalink
db_mongodb: doxygen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Mar 14, 2018
1 parent 3071e88 commit 4525e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/db_mongodb/mongodb_dbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ int db_mongodb_get_columns(const db1_con_t* _h, db1_res_t* _r)
* \brief Convert rows from mongodb to db API representation
* \param _h database connection
* \param _r database result set
* \param _row number of rows
* \param _rdoc binary json structure
* \return 0 on success, negative on failure
*/
static int db_mongodb_convert_bson(const db1_con_t* _h, db1_res_t* _r,
Expand Down

0 comments on commit 4525e05

Please sign in to comment.