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.