How to handle <see /> XML documentation tags in Swagger? – Asp.net
I have an ASP.Net Web API with XML documentation throughout, including many <see /> tags. I've recently added Swagger (Swashbuckle UI stuff) to the solution, and noticed that it doesn't handle XML tags like <see />. After looking around online…