mirror of
https://github.com/pissang/claygl.git
synced 2026-01-25 16:46:30 +00:00
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"source": {
|
|
"include": ["src"],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"exclude": ["src/dep/glmatrix.js"]
|
|
},
|
|
"opts": {
|
|
"template": "node_modules/docdash",
|
|
"encoding": "utf8",
|
|
"destination": "./doc/api/",
|
|
"recurse": true
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"showInheritedInNav": false
|
|
}
|
|
} |