mdbx: more Doxygen tags (almost done).

Change-Id: I696e717e37a905f68af059c51f9df327c257332e
This commit is contained in:
Leonid Yuriev
2020-07-23 19:24:21 +03:00
parent 2cd7fcb16d
commit a902538e34
11 changed files with 1567 additions and 1386 deletions

View File

@@ -304,7 +304,7 @@ typedef struct MDBX_meta {
#define mm_psize mm_dbs[FREE_DBI].md_xsize
/* Any persistent environment flags, see mdbx_env */
#define mm_flags mm_dbs[FREE_DBI].md_flags
mdbx_canary mm_canary;
MDBX_canary mm_canary;
#define MDBX_DATASIGN_NONE 0u
#define MDBX_DATASIGN_WEAK 1u
@@ -770,7 +770,7 @@ struct MDBX_txn {
* don't decrement it when individual DB handles are closed. */
MDBX_dbi mt_numdbs;
size_t mt_owner; /* thread ID that owns this transaction */
mdbx_canary mt_canary;
MDBX_canary mt_canary;
union {
struct {