How do I make multiline documentation comments?

Here is some code:

/// <summary>
/// line1
/// line2
/// </summary>
/// <param name="x"></param>
/// <param name="y"></param>
procedure Test( x : String; y : Integer );

When I see the comment with intellisense/cc, line2 follows directly after line1 on one line.

How can I make them 2 lines?

Mark,
use <br />: this is HTML.

Ok, didn’t see anything that said it was HTML. I think I tried

and that didn’t work, but maybe I’m not remember correctly. In any case, now I can use