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 Bad operation when there is a newline character between annotations
To Reproduce Steps to reproduce the behavior:
// @Security x-auth-xpub 4. Documentation won't be generated or @tags information is ignored and endpoint is assigned to default tag
Expected behavior If the newline character is not allowed the plugin should throw an error and not silently ignore it.
Screenshots
Your swag version e.g. 1.16.3
Your go version go1.22.4 linux/amd64
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Bad operation when there is a newline character between annotations
To Reproduce
Steps to reproduce the behavior:
// @router /v1/transaction/record [post]
// @Security x-auth-xpub
4. Documentation won't be generated or @tags information is ignored and endpoint is assigned to default tag
Expected behavior
If the newline character is not allowed the plugin should throw an error and not silently ignore it.
Screenshots
Your swag version
e.g. 1.16.3
Your go version
go1.22.4 linux/amd64
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: