CsCodeGenerator icon indicating copy to clipboard operation
CsCodeGenerator copied to clipboard

Comment missing <summary></summary>

Open IvanJosipovic opened this issue 3 years ago • 1 comments

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

IvanJosipovic avatar Aug 27 '22 22:08 IvanJosipovic

Pozdrav,

Will try to add it.

borisdj avatar Sep 07 '22 12:09 borisdj