Adding line breaks to comments for Intellisense ...
Does anyone know how to insert a line break into a summary comment in order for the line break to be reflected in Intellisense documentation? To clarify, assume code documentation.. /// <summary> /// Some text documentation /// - a line break - /// Some more documentation /// </summary> public void SomeMethod() { } So when using t...