From 9e921ed1cd3c4f2c70b083cb4bad6b8542ee101f Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Sun, 17 Sep 2017 21:51:31 +0300 Subject: [PATCH] Clarified that C# support for templates is still experimental. It's difficult to entirely remove them now because there already are tests. Signed-off-by: Dimitar Dobrev --- src/Generator/Options.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Generator/Options.cs b/src/Generator/Options.cs index ef9f1dbe..be5213f2 100644 --- a/src/Generator/Options.cs +++ b/src/Generator/Options.cs @@ -94,6 +94,7 @@ namespace CppSharp public bool GenerateFunctionTemplates; /// /// C# only: gets or sets a value indicating whether to generate class templates. + /// Still experimental - do not use in production. /// /// /// true to generate class templates; otherwise, false.