mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2026-01-14 16:26:21 +00:00
Transpile ucode sources into JavaScript syntax to allow JSdoc to pick up more source context while parsing annotations. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc","closure"]
|
|
},
|
|
"source": {
|
|
"include": ["renderer/"],
|
|
"includePattern": "\\.uc$"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"jsdoc/ucode-transpiler"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"monospaceLinks": true,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
},
|
|
"opts": {
|
|
"destination": "docs/",
|
|
"recurse": true,
|
|
"_readme": "docs/jsapi/README.md"
|
|
}
|
|
}
|