Skip to content

Commit

Permalink
fix(docs): add missing methods jsdoc declaration (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Oct 1, 2018
1 parent d97702c commit 2fbcefc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-dns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class DNS extends Service {
/**
* Create a managed zone.
*
* @method DNS#createZone
* @see [ManagedZones: create API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/create}
*
* @throws {error} If a zone name is not provided.
Expand Down Expand Up @@ -276,6 +277,7 @@ class DNS extends Service {
/**
* Gets a list of managed zones for the project.
*
* @method DNS#getZones
* @see [ManagedZones: list API Documentation]{@link https://cloud.google.com/dns/api/v1/managedZones/list}
*
* @param {GetZonesRequest} [query] Query object for listing zones.
Expand Down

0 comments on commit 2fbcefc

Please sign in to comment.