Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide all tags #179

Open
xkzt0 opened this issue Sep 19, 2018 · 1 comment
Open

Hide all tags #179

xkzt0 opened this issue Sep 19, 2018 · 1 comment

Comments

@xkzt0
Copy link

xkzt0 commented Sep 19, 2018

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants