mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-09 01:34:13 +08:00
mdbx: чуток апостофов для имен в doxygen-комментариях (backport).
This commit is contained in:
parent
471e854551
commit
425730c2b3
4
mdbx.h
4
mdbx.h
@ -2391,7 +2391,7 @@ typedef struct MDBX_stat MDBX_stat;
|
|||||||
/** \brief Return statistics about the MDBX environment.
|
/** \brief Return statistics about the MDBX environment.
|
||||||
* \ingroup c_statinfo
|
* \ingroup c_statinfo
|
||||||
*
|
*
|
||||||
* At least one of env or txn argument must be non-null. If txn is passed
|
* At least one of `env` or `txn` argument must be non-null. If txn is passed
|
||||||
* non-null then stat will be filled accordingly to the given transaction.
|
* non-null then stat will be filled accordingly to the given transaction.
|
||||||
* Otherwise, if txn is null, then stat will be populated by a snapshot from
|
* Otherwise, if txn is null, then stat will be populated by a snapshot from
|
||||||
* the last committed write transaction, and at next time, other information
|
* the last committed write transaction, and at next time, other information
|
||||||
@ -2500,7 +2500,7 @@ typedef struct MDBX_envinfo MDBX_envinfo;
|
|||||||
/** \brief Return information about the MDBX environment.
|
/** \brief Return information about the MDBX environment.
|
||||||
* \ingroup c_statinfo
|
* \ingroup c_statinfo
|
||||||
*
|
*
|
||||||
* At least one of env or txn argument must be non-null. If txn is passed
|
* At least one of `env` or `txn` argument must be non-null. If txn is passed
|
||||||
* non-null then stat will be filled accordingly to the given transaction.
|
* non-null then stat will be filled accordingly to the given transaction.
|
||||||
* Otherwise, if txn is null, then stat will be populated by a snapshot from
|
* Otherwise, if txn is null, then stat will be populated by a snapshot from
|
||||||
* the last committed write transaction, and at next time, other information
|
* the last committed write transaction, and at next time, other information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user