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