From 425730c2b35fadd603cc0eb02a7cffa8de48a7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 29 Oct 2022 14:07:56 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D1=87=D1=83=D1=82=D0=BE=D0=BA=20=D0=B0?= =?UTF-8?q?=D0=BF=D0=BE=D1=81=D1=82=D0=BE=D1=84=D0=BE=D0=B2=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B8=D0=BC=D0=B5=D0=BD=20=D0=B2=20doxygen-=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D1=8F?= =?UTF-8?q?=D1=85=20(backport).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdbx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdbx.h b/mdbx.h index f09b867d..360ed93a 100644 --- a/mdbx.h +++ b/mdbx.h @@ -2391,7 +2391,7 @@ typedef struct MDBX_stat MDBX_stat; /** \brief Return statistics about the MDBX environment. * \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. * 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 @@ -2500,7 +2500,7 @@ typedef struct MDBX_envinfo MDBX_envinfo; /** \brief Return information about the MDBX environment. * \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. * 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