Parse the synonyms tag in source documentation
This commit is contained in:
parent
d25851ac17
commit
e4b00117c3
2 changed files with 18 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"includePattern": ".+\\.(js(doc|x)?|mjs)$",
|
||||
"excludePattern": "node_modules|shift-parser|shift-reducer|shift-traverser|dist"
|
||||
},
|
||||
"plugins": ["plugins/markdown"],
|
||||
"plugins": ["plugins/markdown", "jsdoc-synonyms"],
|
||||
"opts": {
|
||||
"destination": "./out/",
|
||||
"recurse": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue