I'm generating documentation for an api implemented in Web Api 2 using swagger/swashbuckle.
The only xml documentation tags recognized are the <summary>
, <remarks>
and <param>
.
This means I cannot use <para>
tag to format my text in new lines or paragraphs, everything is generated as a continuous long paragraph in the Implementation Notes entry of the docs.
Is there any way to do this?
I found that you can just add <br />
tags to the comments to achieve this.
Adding:
/// <br />
will cause a line break in the generated documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With