We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I am including Markdown files associated with a specific tag like so:
// @tag.name Inventory // @tag.description.markdown // @tag.name Items // @tag.description.markdown
Which gets included in the resulting Swagger just fine:
However when I run the command to only include certain tags like this: swag init --md docs --parseInternal --parseDepth 2 --tags Orders
swag init --md docs --parseInternal --parseDepth 2 --tags Orders
I still get the Markdown files included in the tags that I don't want, although the actual endpoints are filtered out.
To Reproduce Steps to reproduce the behavior:
// @tag.name Inventory // @tag.description.markdown
--tags
Expected behavior Only markdown with the filtered tags should show be included in the output
Actual: All defined markdown is included
Your swag version swag version v1.16.3
Your go version 1.21.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am including Markdown files associated with a specific tag like so:
Which gets included in the resulting Swagger just fine:
However when I run the command to only include certain tags like this:
swag init --md docs --parseInternal --parseDepth 2 --tags Orders
I still get the Markdown files included in the tags that I don't want, although the actual endpoints are filtered out.
To Reproduce
Steps to reproduce the behavior:
--tags
flagExpected behavior
Only markdown with the filtered tags should show be included in the output
Actual:
All defined markdown is included
Your swag version
swag version v1.16.3
Your go version
1.21.1
The text was updated successfully, but these errors were encountered: