From 7a8f13ed58958154dc749f7346acf84795d394f0 Mon Sep 17 00:00:00 2001 From: Vasiliy Tereshkov Date: Mon, 15 Jan 2024 15:48:58 +0400 Subject: [PATCH] Fix doc layout (#333) --- doc/api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index bc564fb0..08c704fb 100644 --- a/doc/api.md +++ b/doc/api.md @@ -311,7 +311,6 @@ A set of pointers to all Umka API functions. For any function `umkaXXXX()`, ther ``` static inline UmkaAPI *umkaGetAPI(void *umka); - ``` Returns Umka API function pointers. Here, `umka` is the interpreter instance handle previously initialized by calling `umkaInit()`. @@ -320,5 +319,4 @@ Example: ``` UmkaAPI *api = umkaGetAPI(umka); char *s = api->umkaMakeStr(umka, "Hello"); - ``` \ No newline at end of file