mirror of
https://github.com/bjornharrtell/jsts.git
synced 2026-01-18 14:08:37 +00:00
33 lines
711 B
JSON
33 lines
711 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"destination": "dist/doc"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_",
|
|
"exclude": [
|
|
],
|
|
"include": [
|
|
"src", "doc/jsdoc.md"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"node_modules/jsdoc/plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"systemName": "JSTS",
|
|
"copyright": "Björn Harrtell",
|
|
"monospaceLinks": true,
|
|
"default": {
|
|
"outputSourceFiles": true,
|
|
"useLongnameInNav": true
|
|
},
|
|
"applicationName": "JSTS"
|
|
}
|
|
}
|