apidocs with doxygen

This commit is contained in:
pedromorgan
2021-01-16 16:05:28 +00:00
parent 0e3a627ee6
commit da730d3696
27 changed files with 6316 additions and 136 deletions

View File

@@ -48,6 +48,10 @@
#include <io.h>
#endif
/** \addtogroup mdbtools
* @{
*/
#define MDB_DEBUG 0
#define MDB_PGSIZE 4096
@@ -636,6 +640,8 @@ void mdb_iconv_init(MdbHandle *mdb);
void mdb_iconv_close(MdbHandle *mdb);
const char* mdb_target_charset(MdbHandle *mdb);
/** @}*/
#ifdef __cplusplus
}
#endif