CsCodeGenerator
CsCodeGenerator copied to clipboard
Comment missing <summary></summary>
Zdravo
Currently Comment renders the following:
// my comment
public class MyClass
I would like Comment to render the following:
/// <summary>
/// my comment
/// </summary>
public class MyClass
This will allow the generated code to output XML Documentation
Pozdrav,
Will try to add it.