You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
earthquake_3d_viewer_front/three/utils/docs/jsdoc.config.json

36 lines
1.1 KiB
JSON

{
"opts": {
"destination": "docs_new",
"encoding": "utf8",
"package": "package.json",
"recurse": true,
"template": "utils/docs/template",
"themeOpts": {
"ignoreInheritedSymbols": true
}
},
"plugins": [ "plugins/markdown" ],
"source": {
"include": [
"examples/jsm",
"src"
],
"exclude": [
"src/extras/lib",
"src/renderers/common/extras/PMREMGenerator.js",
"examples/jsm/helpers/LightProbeHelperGPU.js",
"examples/jsm/helpers/TextureHelperGPU.js",
"examples/jsm/libs",
"examples/jsm/lines/webgpu",
"examples/jsm/loaders/lwo",
"examples/jsm/materials/LDrawConditionalLineNodeMaterial.js",
"examples/jsm/misc/ProgressiveLightMapGPU.js",
"examples/jsm/modifiers/CurveModifierGPU.js",
"examples/jsm/objects/Water2.js",
"examples/jsm/objects/Water2Mesh.js",
"examples/jsm/offscreen",
"examples/jsm/utils/ShadowMapViewerGPU.js"
]
}
}