Files
shaka-player/jsdoc.conf.json
T
Joey Parrish f2ca3a5b53 Move externally-used record types to externs
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
2016-01-06 12:10:47 -08:00

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"
}
}