abelsilva / swaggerwcf

Swagger for WCF
Apache License 2.0
132 stars 95 forks source link

Hide all tags #179

Open xkzt0 opened 6 years ago

xkzt0 commented 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>
justin0522 commented 6 years ago

can't do that now by config. change the code, build the assembly by yourself.