Add @brief for ydb_delete_current_page

master
Yury Kurlykov 2019-12-03 23:12:22 +10:00
parent a6a8d43f91
commit 9aa270106f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ YDB_Error ydb_append_page(YDB_Engine* instance, YDB_TablePage* page);
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.
* @return Operation status.
*/