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: function's returns are missing #13

Merged
merged 3 commits into from
May 20, 2020

Conversation

summer-ji-eng
Copy link
Contributor

Problem: client library's generated document miss functions' returns description.

Cause: returns.tmpl has never been referred before.

Fix:

  1. Add returns.tmpl in method.tmpl
  2. Use <table> like params and propers to render returns

Result:
image

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 19, 2020
Copy link
Contributor

@alexander-fenster alexander-fenster left a comment

Choose a reason for hiding this comment

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

LGTM with nit, but let's also wait for @JustinBeckwith since it's his repo :)

Copy link
Contributor

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

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

LGTM, assuming you've tested it all and it looks ok :) This code is severe copy-from-somewhere-else-ified.

@summer-ji-eng
Copy link
Contributor Author

Thanks for reviewing. 👍

@summer-ji-eng
Copy link
Contributor Author

Looks like I don't have access to merge the pull requests.
@JustinBeckwith @bcoe could you help me merge it?

@JustinBeckwith JustinBeckwith merged commit 2b79e8f into googleapis:master May 20, 2020
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