NODEDC_BIM_VIEWER/.esdoc.json

30 lines
860 B
JSON

{
"source": "./src/",
"destination": "./docs",
"excludes": [
],
"plugins": [
{
"name": "esdoc-standard-plugin",
"includeSource": true,
"option": {
"lint": {"enable": true},
"coverage": {"enable": true},
"accessor": {"access": ["public"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"logo": "./images/logo.jpg",
"title": "xeokit-bim-viewer",
"description": "BIM viewer built on xeokit",
"repository": "https://github.com/xeokit/xeokit-bim-viewer",
"site": "https://github.com/xeokit/xeokit-bim-viewer",
"author": "http://xeolabs.com",
"image": "./images/logo.jpg"
}
}
}
]
}