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 tried to add x-tagGroups using the following code. This results in an error.
Result
2020/08/24 20:28:43 annotation @x-taggroups need a value
To Reproduce Steps to reproduce the behavior: Add this anywhere above a main
// @x-tagGroups [{"name":"Natural Persons","tags":["Person","PersonRisk","PersonDocuments"]}]
Expected behavior No error and extension documentation gets created accordingly.
Your swag version 1.6.7
Your go version 1.14.2
Desktop (please complete the following information):
Additional Info If i use a wrong name for the extension, it gets generated, but with the wrong name.
Example:
// @x-taggroups [{"name":"Natural Persons","tags":["Person","PersonRisk","PersonDocuments"]}]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I tried to add x-tagGroups using the following code.
This results in an error.
Result
To Reproduce
Steps to reproduce the behavior:
Add this anywhere above a main
Expected behavior
No error and extension documentation gets created accordingly.
Your swag version
1.6.7
Your go version
1.14.2
Desktop (please complete the following information):
Additional Info
If i use a wrong name for the extension, it gets generated, but with the wrong name.
Example:
The text was updated successfully, but these errors were encountered: