|
|
|
|
@ -172,6 +172,13 @@ namespace CppSharp
@@ -172,6 +172,13 @@ namespace CppSharp
|
|
|
|
|
public string IncludePrefix; |
|
|
|
|
public Func<TranslationUnit, string> GenerateName; |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// By default the classes in which free standing functions are contained are named like the header they are in
|
|
|
|
|
/// this options allows you to customize this behavior.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>C# only.</remarks>
|
|
|
|
|
public Func<TranslationUnit, string> GenerateFreeStandingFunctionsClassName; |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Set this option to the kind of comments that you want generated
|
|
|
|
|
/// in the source code. This overrides the default kind set by the
|
|
|
|
|
|