mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
6b1ca2d229
Other contributors: - @joeyparrish - @michellezhuogg - @TheModMaker - @theodab - @vaage Change-Id: If6df33d9ab5035d1ead4402004f7de37ee8470f4
35 lines
639 B
JSON
35 lines
639 B
JSON
{
|
|
"tags": {
|
|
"dictionaries": [ "closure", "jsdoc" ]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"lib",
|
|
"ui",
|
|
"externs/shaka"
|
|
]
|
|
},
|
|
"templates": {
|
|
"default": {
|
|
"sortTutorialsByConfigOrder": true,
|
|
"useLongnameInNav": true,
|
|
"navOrder": [
|
|
"Tutorials",
|
|
"Classes",
|
|
"Interfaces",
|
|
"Events"
|
|
]
|
|
}
|
|
},
|
|
"plugins": [ "docs/jsdoc-plugin" ],
|
|
"opts": {
|
|
"pedantic": true,
|
|
"private": true,
|
|
"recurse": true,
|
|
"readme": "docs/api-mainpage.md",
|
|
"tutorials": "docs/tutorials",
|
|
"template": "docs/jsdoc-template",
|
|
"destination": "docs/api"
|
|
}
|
|
}
|