mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
f2ca3a5b53
This is important to avoid renaming properties during compilation so that applications can inject these types without compiling their code. This also migrates record typedefs to the new documentation format. Each record will be annotated with 'property' for each field in the record. This results in better output from jsdoc. Change-Id: Ia877b1e2b333ef7020a85f16bc2469a20879bf94
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"tags": {
|
|
/* This reverses the preferred order of tag dictionaries so that
|
|
* closure's version of tag interpretation is used over jsdoc's. */
|
|
"dictionaries": [ "closure", "jsdoc" ]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"lib",
|
|
"externs/shaka"
|
|
]
|
|
},
|
|
"opts": {
|
|
"private": true,
|
|
"recurse": true,
|
|
"destination": "docs/api"
|
|
}
|
|
}
|