forked from blue/lmdbal
some more docs, doc build fix
This commit is contained in:
parent
161a850088
commit
7b26d57ab6
6 changed files with 85 additions and 10 deletions
|
@ -141,8 +141,6 @@ void LMDBAL::Cursor<K, V>::open (TransactionID txn) const {
|
|||
*
|
||||
* This function does nothing if the cursor is closed
|
||||
*
|
||||
* \param[in] txn a transaction you wish this cursor to be bound to
|
||||
*
|
||||
* \throws LMDBAL::Closed thrown if you try to renew the cursor on a closed database
|
||||
* \throws LMDBAL::Unknown thrown if there was a problem beginning new transaction or if there was a problem renewing the cursor by lmdb
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue