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: improve Go doc formatter #2636

Merged
merged 1 commit into from
May 8, 2024
Merged

fix: improve Go doc formatter #2636

merged 1 commit into from
May 8, 2024

Conversation

Madrigal
Copy link
Contributor

@Madrigal Madrigal commented May 8, 2024

Improvements:

  • Use Go doc links introduced in Go 1.19
  • Separate paragraphs so they are rendered as separate blocks of text

related to aws/smithy-go#510
fixes #2597

For changes to files under the /codegen/aws-models folder, and manual edits to autogenerated code (e.g. /service/s3/api.go) please create an Issue instead of a PR for those type of changes.

If the PR addresses an existing bug or feature, please reference it here.

To help speed up the process and reduce the time to merge please ensure that Allow edits by maintainers is checked before submitting your PR. This will allow the project maintainers to make minor adjustments or improvements to the submitted PR, allow us to reduce the roundtrip time for merging your request.

Improvements:
- Use Go doc links introduced in Go 1.19
- Separate paragraphs so they are rendered as separate blocks of text

related to aws/smithy-go#510
fixes #2597
@Madrigal Madrigal requested a review from a team as a code owner May 8, 2024 16:24
"id": "bacf869a-b83a-47b2-9c19-349bb8cfb042",
"type": "bugfix",
"collapse": true,
"description": "GoDoc improvement",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "GoDoc improvement",
"description": "Improve general layout and formatting of Go doc comments that are generated from service API models.",

@lucix-aws lucix-aws merged commit 31c2861 into main May 8, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve formatting of package doc for secretsmanager
2 participants