mdbx: minor fix/refix Doxygen descriptions.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-04-20 18:03:06 +03:00
parent 8ece0dfa93
commit 35b5abc103

6
mdbx.h
View File

@ -4837,10 +4837,10 @@ mdbx_get_datacmp(MDBX_db_flags_t flags);
* since the current read transaction started.
* \param [in] pid The reader process ID.
* \param [in] thread The reader thread ID.
* \param [in] bytes_used The number of last used page in the MVCC-snapshot
* which being read,
* \param [in] bytes_used The number of last used page
* in the MVCC-snapshot which being read,
* i.e. database file can't shrinked beyond this.
* \param [in] bytes_retired The total size of the database pages that were
* \param [in] bytes_retained The total size of the database pages that were
* retired by committed write transactions after
* the reader's MVCC-snapshot,
* i.e. the space which would be freed after