E
Etienne-Louis Nicolet
Typing three single quotes enables me to comment entities within my code.
These are visible in the Object Browser. How can I put line breaks in the
comments in order to make them more readable?
E.g.
''' <summary>
''' My Summary Line 1
''' My Summary Line 2
''' </summary>
''' ...
will appear as
"My Summary Line 1My Summary Line 2"
in the Object Browser
Thanks for your help,
Etienne
These are visible in the Object Browser. How can I put line breaks in the
comments in order to make them more readable?
E.g.
''' <summary>
''' My Summary Line 1
''' My Summary Line 2
''' </summary>
''' ...
will appear as
"My Summary Line 1My Summary Line 2"
in the Object Browser
Thanks for your help,
Etienne