CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

A case of improperly generated comments

Open ddobrev opened this issue 4 years ago • 0 comments
trafficstars

Our own test of:

    /**
     * <sip:[email protected]>
     */
    class LinphoneAddress {};

produces the incorrect comment of:

        <member name="T:NamespacesDerived.TestComments.LinphoneAddress">
            <summary>:alice</summary>
        </member>

ddobrev avatar Jan 02 '21 00:01 ddobrev