I have an enum class with over 100 members which I want to group into sections by using XML comments (so that I can see into what section that member belongs).
but problem is when I hoover over that class members in some method for example it says that 'doc' end tag does not match starting tag...