IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
64 stars 22 forks source link

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

Closed ascott18 closed 3 months ago

ascott18 commented 9 months ago

input:

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

output:

/** A CSV of . */