-
Notifications
You must be signed in to change notification settings - Fork 228
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
Option to parse multiline comments not preceeded by " * ". #260
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I had a question if this was supported before i tried it. I think this is important for managing and validating the yml with simple copy paste. This also needs a sister project that validates the swagger format with an eslint plugin. |
master...410063005:swagger-jsdoc:master I modified a little in the fork. It works well without the '*' |
Hi,
I really like your project, it's just awesome!
However, I'd love to use TAB and SHIFT+TAB to change the indent of a swagger line.
However, the problem is that SHIFT+TAB changes to the start of the line from " *" to "*" causing swagger-jsdoc to fail.
I'd love to see an option to accept comments like this:
Kind regards
The text was updated successfully, but these errors were encountered: