-
Notifications
You must be signed in to change notification settings - Fork 131
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
feat: Comments to skip multiple endpoints #469
base: master
Are you sure you want to change the base?
Conversation
Excerpt from README.
|
a31856a
to
4a78a15
Compare
This comment was marked as resolved.
This comment was marked as resolved.
I apologize. I thought I left a comment but obviously, I didn't actually click the comment button.
User can put this comment at the top of the file and we can ignore the whole file. This way user won't have to worry about tracking start and end marker (e.g. accidentally delete or add an extra marker that breaks the pair). Code in play-swagger might be simpler as well. |
This comment was marked as resolved.
This comment was marked as resolved.
@kailuowang |
In my product, web pages and API endpoints live together, so I need to include so many
"### NoDocs ###"
.To avoid this, I created a feature that allows multiple endpoints to be ignored by using
"### NoDocsStart ###"
and"### NoDocsEnd ###"
.e.g.