Relative Content

Tag Archive for c#enumsswagger

How to annotate an enum declaration in C#

I am working with a Swagger API documentation and want to have my description of the enums in the documentation. I am using a custom filter to extract information from classes and enums, using annotations.
e.g.: