swagger-jsdoc
swagger-jsdoc copied to clipboard
Option to parse multiline comments not preceeded by " * ".
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:
/**
@openapi
/http/subroute/wherever:
post:
description: just an example
*/
Kind regards
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.