Skip to content
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): malformed multiline docstrings in constructors #2639

Merged
merged 5 commits into from
Mar 3, 2021

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Mar 3, 2021

Use documenter.emit(), which takes care of multi-line docstrings instead of just emitting the text.

This uncovered missing maturity information on ctors as well.

Fixes #2638


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use `documenter.emit()`, which takes care of multi-line docstrings instead of just emitting the text.

This uncovered missing maturity information on ctors as well.

Fixes #2638
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 3, 2021
@eladb eladb merged commit 72f25af into main Mar 3, 2021
@eladb eladb deleted the benisrae/ctor-docstrings branch March 3, 2021 12:36
This was referenced Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go: malformed constructor docstring with period
2 participants