[2005] Forcing XML comments to span multiple lines
Hi all,
Just curious. Can I force my XML comments to show on multiple lines in the Object Browser?
Code:
''' <summary>
''' Line 1
''' Line 2
''' </summary>
''' <remarks></remarks>
That is I would like Line1 and Line2 to show like this in the Object Browser
Code:
Summary:
Line 1
Line 2
Can I force a newline in my XML comments? Thanks for any help.
Re: [2005] Forcing XML comments to span multiple lines
Well, I can't figure this out. I'm guessing it's not possible. If you have any comments on this, I sure don't mind. Otherwise, I'm just letting this go. Thanks.