Open xkzt0 opened 6 years ago
Is it possible to hide all tags using some wildcard? I tried '*' with no success. In the example below I was trying to only make visible the "User" tag.
<swaggerwcf> <tags> <tag name="*" visible="false" /> <tag name="User" visible="true" /> </tags>
can't do that now by config. change the code, build the assembly by yourself.
Is it possible to hide all tags using some wildcard? I tried '*' with no success. In the example below I was trying to only make visible the "User" tag.