This is not a solution but a workaround. You can put the code you want to comment inside an IfDefine block, so it will be ignored unless a dumb variable is defined:
<IfDefine IgnoreBlockComment>
...
</IfDefine>
This is not a solution but a workaround. You can put the code you want to comment inside an IfDefine block, so it will be ignored unless a dumb variable is defined:
<IfDefine IgnoreBlockComment>
...
</IfDefine>