-
Notifications
You must be signed in to change notification settings - Fork 246
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
fix(go): invalid output for multi-line @return and @deprecated comments #2462
Conversation
Split multi-line comments and prefix with `//` so they are rendered correctly. Fixes #2457
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am somehow irked by the trailing whitespace, which is so easy to get rid of...
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
Merging (with squash)... |
Split multi-line comments and prefix with
//
so they are rendered correctly.Fixes #2457
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.