Files
shaka-player/docs/jsdoc.conf.json
T
Joey Parrish c8e80cb58d Tutorials and other doc revisions
- Update tutorial link in README
 - Fix python version in README
 - Move jsdoc conf to docs/ folder
 - Add API docs main page
 - Change style of inline code blocks
 - Don't repeat tutorial title in jsdoc template
   - (makes it easier to read tutorials on github as MD)
 - Add tutorials for:
   - Welcome to Shaka
   - Basic Usage
   - Debugging
   - Configuration
   - Networking and Buffering Configuration
   - DRM Configuration
   - License Server Authentication
   - Plugins
 - Tutorials still to come:
   - License Headers and Track Restrictions
   - Special Considerations for Live
   - v2 Upgrade Guide

Change-Id: I16401c216cf4023d9097750ac7f6090c68bf3c9b
2016-04-06 19:17:51 +00:00

20 lines
405 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,
"tutorials": "docs/tutorials",
"destination": "docs/api"
}
}