Add @brief for ydb_delete_current_page
parent
a6a8d43f91
commit
9aa270106f
|
@ -128,7 +128,7 @@ YDB_Error ydb_append_page(YDB_Engine* instance, YDB_TablePage* page);
|
||||||
YDB_TablePage* ydb_get_current_page(YDB_Engine* instance);
|
YDB_TablePage* ydb_get_current_page(YDB_Engine* instance);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete current page and seek to the previous one.
|
* @brief Delete current page and seek to the previous one.
|
||||||
* @param instance A YeltsinDB instance.
|
* @param instance A YeltsinDB instance.
|
||||||
* @return Operation status.
|
* @return Operation status.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue