/// <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
/// <summary>
/// Line 1
/// <br>Line 2</br>
/// <br>Line 3</br>
/// </summary>
/*
Use <para> instead of <br> if you wish to add more spaces in-between lines.
The first line doesn't require a tag.
source of info: https://stackoverflow.com/a/22861545/14439562
*/