From 9aa270106ff1b8060561dc0b35002202cc9c6f53 Mon Sep 17 00:00:00 2001 From: Yury Kurlykov Date: Tue, 3 Dec 2019 23:12:22 +1000 Subject: [PATCH] Add @brief for ydb_delete_current_page --- inc/YeltsinDB/ydb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/YeltsinDB/ydb.h b/inc/YeltsinDB/ydb.h index b7197fd..8c68934 100644 --- a/inc/YeltsinDB/ydb.h +++ b/inc/YeltsinDB/ydb.h @@ -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. */