Skip to content

Commit

Permalink
chore: match client library .jsdoc.js (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng authored Feb 27, 2020
1 parent e6ac1b5 commit 1cdb6eb
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baselines/dlp/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/dlp/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dlp: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/kms/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/kms/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kms: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/monitoring/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/monitoring/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Monitoring: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/redis/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/redis/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Redis: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/showcase/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/showcase/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Showcase: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/texttospeech/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/texttospeech/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Texttospeech: Nodejs Client
2 changes: 2 additions & 0 deletions baselines/translate/.jsdoc.js.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions baselines/translate/README.md.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Translation: Nodejs Client
2 changes: 2 additions & 0 deletions templates/typescript_gapic/.jsdoc.js.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-fresh',
recurse: true,
Expand All @@ -29,6 +30,7 @@ module.exports = {
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src',
'protos'
Expand Down
1 change: 1 addition & 0 deletions templates/typescript_gapic/README.md.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ api.naming.productName }}: Nodejs Client

0 comments on commit 1cdb6eb

Please sign in to comment.