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.