I have a XML comment like that.
/// <summary>
/// Lorem ipsum
/// </summary>
/// <param name="entity"></param>
/// <returns></returns>
I'd like to place inside it a piece of the (multiline) code. How can I do that ?
Here's the info about multiline code Adding line breaks to comments for Intellisense