Coalesce
Coalesce copied to clipboard
`<see />` elements in XML docs are dropped when comments are copied to generation outputs
input:
/// <summary>
/// A CSV of <see cref="Foo.Bar" />.
/// </summary>
output:
/** A CSV of . */