Browse Source

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 <dpldobrev@protonmail.com>
pull/955/head
Dimitar Dobrev 9 years ago
parent
commit
9e921ed1cd
  1. 1
      src/Generator/Options.cs

1
src/Generator/Options.cs

@ -94,6 +94,7 @@ namespace CppSharp @@ -94,6 +94,7 @@ namespace CppSharp
public bool GenerateFunctionTemplates;
/// <summary>
/// C# only: gets or sets a value indicating whether to generate class templates.
/// Still experimental - do not use in production.
/// </summary>
/// <value>
/// <c>true</c> to generate class templates; otherwise, <c>false</c>.

Loading…
Cancel
Save