From adeafaf4078059fc5e908765e839c289e82358c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 25 Mar 2021 11:47:28 +0100 Subject: [PATCH] capi: Document execution context object issue --- include/fizzy/fizzy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/fizzy/fizzy.h b/include/fizzy/fizzy.h index 71cdb87f16..3527f8adf0 100644 --- a/include/fizzy/fizzy.h +++ b/include/fizzy/fizzy.h @@ -55,7 +55,8 @@ typedef struct FizzyExecutionContext FizzyExecutionContext; /// @param host_ctx Opaque pointer to host context. /// @param instance Pointer to module instance. /// @param args Pointer to the argument array. Can be NULL iff function has no inputs. -/// @param ctx Opaque pointer to execution context. +/// @param ctx Opaque pointer to execution context. Execution context cannot be created +/// with C API, must be received from the Fizzy implementation. /// @return Result of execution. /// /// @note