mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 13:13:06 +08:00
apidocs with doxygen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user