If I use the <para></para>
statement in a C# ///summary
, I get a blank line and then the text goes on, which is equivalent to two line breaks (<br/>
or \n).
However I'd really like to add single line breaks, which just cause my text to start at the next line, without leaving a blank line in between.
The suggested solutions don't work for me, see a screenshot: Two line breaks
Update: I'm using Visual Studio 2015 with Visual Assist Plugin, no manual changes done to any intelli-sense formatting options.
Update 2: It's not caused by the Visual Assist Plugin (I disabled it). It seems to be simply different in VS2015.
` works fine on my install of Visual Studio 2015. (Click for screenshot)](http://i.imgur.com/LVRDRCr.png) – Joshua Shearer Oct 09 '15 at 19:24
or
just disappears and
breaks the whole summary element, so that it is not shown anymore. Do I have to enable HTML support or something similar? – jmd42 Oct 12 '15 at 14:47