mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-08 01:42:23 +08:00
mdbx-doc: minor fix typo / wrong reference to mdbx_cursor_set()
.
Change-Id: I22216ffc2ad2d7545d87969df4284239f8caecb5
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -1452,7 +1452,7 @@ DEFINE_ENUM_FLAG_OPERATORS(MDBX_copy_flags_t)
|
|||||||
/** \brief Cursor operations
|
/** \brief Cursor operations
|
||||||
* \ingroup c_cursors
|
* \ingroup c_cursors
|
||||||
* This is the set of all operations for retrieving data using a cursor.
|
* This is the set of all operations for retrieving data using a cursor.
|
||||||
* \see mdbx_cursor_set() */
|
* \see mdbx_cursor_get() */
|
||||||
enum MDBX_cursor_op {
|
enum MDBX_cursor_op {
|
||||||
/** Position at first key/data item */
|
/** Position at first key/data item */
|
||||||
MDBX_FIRST,
|
MDBX_FIRST,
|
||||||
|
Reference in New Issue
Block a user