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 method doc signatures for multiline required parameters #374

Merged
merged 2 commits into from
Mar 27, 2017

Conversation

tcoffee-google
Copy link
Contributor

Existing doc generator failed to recognize parameters as required when parameter descriptions extended over more than one line. Besides presenting incorrect information, resulting inconsistencies broke checks for automated sample generation.

Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 25, 2017
@tcoffee-google
Copy link
Contributor Author

Note for review: manual changes in first commit, autogenerated doc update in second commit.

@tcoffee-google
Copy link
Contributor Author

I lack permissions to assign reviewers ... @jonparrott @saicheems please take a look. CC @vchudnov-g

@@ -105,11 +105,11 @@
"clientAccountId": "A String", # Numerical account ID of the client buyer
# that the invited user is associated with.
# The value of this field is ignored in create operations.
"invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.

This comment was marked as spam.

This comment was marked as spam.

@theacodes
Copy link
Contributor

LGTM, let me know when you want to merge.

@tcoffee-google
Copy link
Contributor Author

@jonparrott Please go ahead and merge; I will investigate the ordering issue @saicheems brings up (to reduce diff noise, I presume).

@theacodes theacodes merged commit 2f24537 into googleapis:master Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants