XML comments (before methods, etc.) used to hide summary when collapsing. Now they show it (even when they collapsed).
Is there any way to prevent this?
i.e.
This is shown:

when the following is collapsed:
/// <summary> /// How do I hide this text in this view? /// </summary> public int abc;
source share