Twilio's Client.js theme for TypeDoc
TypeDoc is a documentation generator for TypeScript projects.
Usage
$ npm install typedoc typedoc-twilio-theme --save-dev
$ node_modules/.bin/typedoc --theme node_modules/typedoc-twilio-theme/bin --out doc path/to/ts/dir
See TypeDoc documentation (http://typedoc.io/) to learn more about TypeDoc.
Credit
Adapted from the default TypeDoc themes, which
was authored and Copyright 2015 by Sebastian Lenz under the Apache
License 2.0.
Changes are cosmetic, and primarily involve hiding private/protected class members for clean
consumer-facing API documentation.