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

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

Merged
merged 2 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 @@ -25,7 +25,8 @@
"reCAPTCHA Enterprise API"
],
"dependencies": {
"google-gax": "^1.7.5"
"google-gax": "^1.7.5",
"jsdoc-region-tag": "^1.0.2"
},
"devDependencies": {
"eslint": "^6.0.0",
Expand Down