Skip to content

Commit

Permalink
fix(docs): fix missing snippets in sample documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored and bcoe committed Nov 11, 2019
1 parent 6f9c23c commit af6e15a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .jsdoc.js
Expand Up @@ -26,7 +26,8 @@ module.exports = {
destination: './docs/'
},
plugins: [
'plugins/markdown'
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -89,6 +89,7 @@
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.0",
"linkinator": "^1.5.0",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/document-snippets/table.js
Expand Up @@ -309,7 +309,7 @@ const snippets = {
.catch(err => {
// Handle the error.
});
// [START bigtable_del_rows]
// [END bigtable_del_rows]
},

delTable: (instanceId, tableId) => {
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -40,7 +40,7 @@
templates = common_templates.node_library(
source_location='build/src'
)
s.copy(templates)
s.copy(templates, excludes=['.jsdoc.js'])

# No webpack support for TypeScript libraries yet
os.unlink("webpack.config.js")
Expand Down

0 comments on commit af6e15a

Please sign in to comment.