Files
shaka-player/docs/jsdoc.conf.json
T
Michelle Zhuo 281d3ed96f feat(LowLatency): Show warning if lowLatencyMode should be enabled
Updated the warning message.

Change-Id: Ifc655cfd11d617b87ff9d0f3a11b37eef12bfc86
2020-09-20 16:22:03 -07:00

38 lines
685 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" ],
"markdown": {
"idInHeadings": true
},
"opts": {
"pedantic": true,
"private": true,
"recurse": true,
"readme": "docs/api-mainpage.md",
"tutorials": "docs/tutorials",
"template": "docs/jsdoc-template",
"destination": "docs/api"
}
}