RicoSuter/NSwag

Support for <c>...</c> in XML-Comments

Open

#3.422 aberto em 20 de abr. de 2021

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)C# (1.189 forks)batch import
help wantedproject: NSwag.SwaggerGeneration

Métricas do repositório

Stars
 (6.291 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hi Rico,

when documenting my APIs I sometimes add text enclosed in <c>...</c> tags to show some kind of constant values. Visual Studios IntelliSense displays the text between the tags using a monospaced font. It's comparable to the markdown notation of `...`.

At the moment, the SwaggerUI doesn't support <c>...</c> but it already does support the markdown notation.

Please add support for <c>...</c> too.

Thanks in advance! Max

Guia do colaborador