Check out example codes for "c# method summary new line". It will help you in understanding the concepts better.
Code Example 1
/// <summary>
/// Your Main comment
/// <para>This is line 1</para>
/// <para>This is line 2</para>
/// </summary>
// Will show as:
Your Main comment
This is line 1
This is line 2
Learn ReactJs, React Native from akashmittal.com