mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
17 lines
367 B
JSON
17 lines
367 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" ]
|
|
},
|
|
"opts": {
|
|
"private": true,
|
|
"recurse": true,
|
|
"tutorials": "tutorials",
|
|
"destination": "docs/api"
|
|
}
|
|
}
|