Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

fix(docs): snippets are now replaced in jsdoc comments #481

Merged
merged 3 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = {
destination: './docs/'
},
plugins: [
'plugins/markdown'
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"dependencies": {
"@google-cloud/promisify": "^1.0.0",
"google-gax": "^1.7.5",
"is": "^3.2.1"
"is": "^3.2.1",
"jsdoc-region-tag": "^1.0.2"
},
"devDependencies": {
"@google-cloud/storage": "^4.0.0",
Expand Down