mtiede
(mtiede)
1
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?
Patrick
(Patrick Lanz)
2
Mark,
use <br />: this is HTML.
mtiede
(mtiede)
3
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