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 #365

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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"extend": "^3.0.2",
"gce-images": "^2.0.0",
"is": "^3.2.1",
"jsdoc-region-tag": "^1.0.2",
"string-format-obj": "^1.1.1"
},
"devDependencies": {
Expand Down