XML comments line break

How can I enter a line break in the XML comments?

In MS C# the <para> tag is used, i.e.:

/// <summary>
/// Main comment
/// <para>Comment 1</para>
/// <para>Comment 2</para>
/// </summary>

How is it done in Oxygene?

You can use the same as C#: it works!

It does not work for me.
The tooltip that is displayed when placing the cursor over the code or with CC does not work well for me. I enclose a screenshot.

So the problem is not in the XML comments, it’s in the tooltip VS displays!
The XML comment is generated correctly, as per your first question.

Ok, I will change my question.

What can I do to make the xml comments look good (with line breaks) on the tolltips?

My guess, nothing, this is just how VS displayed them…

VS and C # show all the information in the xml documentation better (in the sense that they apply the tags correctly, the theme of the colors can be a matter of taste, or not)

This is an important issue at least for me, because I do not document the code to print on paper, I use the documentation in the process of coding. In this case, the ToolTips are very important.

A view of the same comments in Visual C #:

Thanks, logged as bugs://81345

bugs://81345 got closed with status fixed.