We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96221e2 commit a676ba4Copy full SHA for a676ba4
1 file changed
Box2dNetGen/Box2dNetGen/Program.cs
@@ -31,7 +31,7 @@ internal class Program
31
};
32
33
/// <summary>
34
- /// A list of C structs for which we don't generate the initializer ctors (ctors with parameters to set the struct's fields)
+ /// Logic that decides whether we generate the convenience initializer ctors (ctors with parameters to set all the struct's fields)
35
/// </summary>
36
private static bool ShouldGenerateInitCtor(string structIdentifier)
37
{
0 commit comments