Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

`<see />` elements in XML docs are dropped when comments are copied to generation outputs

Open ascott18 opened this issue 1 year ago • 0 comments

input:

/// <summary>
/// A CSV of <see cref="Foo.Bar" />.
/// </summary>

output:

/** A CSV of . */

ascott18 avatar Feb 08 '24 02:02 ascott18