Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

fix(cloud-rad): move comments for TSDoc#1181

Merged
fhinkel merged 1 commit into
mainfrom
fhinkel-move-comments
Nov 8, 2021
Merged

fix(cloud-rad): move comments for TSDoc#1181
fhinkel merged 1 commit into
mainfrom
fhinkel-move-comments

Conversation

@fhinkel

@fhinkel fhinkel commented Nov 8, 2021

Copy link
Copy Markdown
Contributor

As we move our ref docs to cloud.google.com, we rely on TSDoc rather JSDoc.

TSDoc expects comments before the first overloaded function, we
currently have those on the last function. Those comments don't make
it into the d.ts files. We need to move comments to the first
overloaded function rather than the last one.

Internally b/190631834

Script used: https://github.com/fhinkel/cloud-rad-script/blob/main/moveComments.js

As we move our ref docs to cloud.google.com, we rely on TSDoc rather JSDoc.

TSDoc expects comments before the first overloaded function, we
currently have those on the last function. Those comments don't make
it into the d.ts files. We need to move comments to the first
overloaded function rather than the last one.

Internally b/190631834

Script used: https://github.com/fhinkel/cloud-rad-script/blob/main/moveComments.js
@fhinkel fhinkel requested review from a team November 8, 2021 17:25
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 8, 2021
@product-auto-label product-auto-label Bot added the api: logging Issues related to the googleapis/nodejs-logging API. label Nov 8, 2021

@losalex losalex left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@fhinkel fhinkel merged commit 51d6efd into main Nov 8, 2021
@fhinkel fhinkel deleted the fhinkel-move-comments branch November 8, 2021 20:02
gcf-merge-on-green Bot pushed a commit that referenced this pull request Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: logging Issues related to the googleapis/nodejs-logging API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants