XML comments (before methods etc.) used to hide the summary
when collapsed. Now they show it (even when collapsed).
Is there a way to prevent that?
i.e.
This is what's shown:
when the following is collapsed:
/// <summary>
/// How do I hide this text in this view?
/// </summary>
public int abc;