Skip to content

generate dartdocs for grpc services #993

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

Merged
merged 3 commits into from
May 15, 2025

Conversation

devoncarew
Copy link
Collaborator

@devoncarew devoncarew commented May 14, 2025

This also addresses an issue where we wouldn't remove leading whitespace on doc comments if there was a blank line (paragraph separator) in the comments.

Additionally, we now use mostly late final fields to store an element's path within the proto file - used to retrieve the proto comments for an element.

@devoncarew devoncarew requested a review from osa1 May 14, 2025 17:14
@devoncarew devoncarew merged commit 065d881 into google:master May 15, 2025
16 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.

Generated Dart code lacks comments / api documentation
2 participants