mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-31 11:08:22 +08:00
mdbx-doc: исправление ссылок на mdbx_canary_put().
This commit is contained in:
parent
bf1c753be3
commit
7aaae2ecd5
6
mdbx.h
6
mdbx.h
@ -4031,7 +4031,7 @@ LIBMDBX_API int mdbx_txn_renew(MDBX_txn *txn);
|
|||||||
/** \brief The fours integers markers (aka "canary") associated with the
|
/** \brief The fours integers markers (aka "canary") associated with the
|
||||||
* environment.
|
* environment.
|
||||||
* \ingroup c_crud
|
* \ingroup c_crud
|
||||||
* \see mdbx_canary_set()
|
* \see mdbx_canary_put()
|
||||||
* \see mdbx_canary_get()
|
* \see mdbx_canary_get()
|
||||||
*
|
*
|
||||||
* The `x`, `y` and `z` values could be set by \ref mdbx_canary_put(), while the
|
* The `x`, `y` and `z` values could be set by \ref mdbx_canary_put(), while the
|
||||||
@ -4069,10 +4069,10 @@ LIBMDBX_API int mdbx_canary_put(MDBX_txn *txn, const MDBX_canary *canary);
|
|||||||
/** \brief Returns fours integers markers (aka "canary") associated with the
|
/** \brief Returns fours integers markers (aka "canary") associated with the
|
||||||
* environment.
|
* environment.
|
||||||
* \ingroup c_crud
|
* \ingroup c_crud
|
||||||
* \see mdbx_canary_set()
|
* \see mdbx_canary_put()
|
||||||
*
|
*
|
||||||
* \param [in] txn A transaction handle returned by \ref mdbx_txn_begin().
|
* \param [in] txn A transaction handle returned by \ref mdbx_txn_begin().
|
||||||
* \param [in] canary The address of an MDBX_canary structure where the
|
* \param [in] canary The address of an \ref MDBX_canary structure where the
|
||||||
* information will be copied.
|
* information will be copied.
|
||||||
*
|
*
|
||||||
* \returns A non-zero error value on failure and 0 on success. */
|
* \returns A non-zero error value on failure and 0 on success. */
|
||||||
|
6
mdbx.h++
6
mdbx.h++
@ -3002,7 +3002,8 @@ public:
|
|||||||
|
|
||||||
/// \brief Database geometry for size management.
|
/// \brief Database geometry for size management.
|
||||||
/// \see env_managed::create_parameters
|
/// \see env_managed::create_parameters
|
||||||
/// \see env_managed::env_managed(const ::std::string &pathname, const create_parameters &, const operate_parameters &, bool accede)
|
/// \see env_managed::env_managed(const ::std::string &pathname, const
|
||||||
|
/// create_parameters &, const operate_parameters &, bool accede)
|
||||||
|
|
||||||
struct LIBMDBX_API_TYPE geometry {
|
struct LIBMDBX_API_TYPE geometry {
|
||||||
enum : int64_t {
|
enum : int64_t {
|
||||||
@ -3662,7 +3663,8 @@ public:
|
|||||||
bool accede = true);
|
bool accede = true);
|
||||||
|
|
||||||
/// \brief Additional parameters for creating a new database.
|
/// \brief Additional parameters for creating a new database.
|
||||||
/// \see env_managed(const ::std::string &pathname, const create_parameters &, const operate_parameters &, bool accede)
|
/// \see env_managed(const ::std::string &pathname, const create_parameters &,
|
||||||
|
/// const operate_parameters &, bool accede)
|
||||||
struct create_parameters {
|
struct create_parameters {
|
||||||
env::geometry geometry;
|
env::geometry geometry;
|
||||||
mdbx_mode_t file_mode_bits{0640};
|
mdbx_mode_t file_mode_bits{0640};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user