Clarify that API docs are generated by TypeDoc (#7274)

Clarifying to answer the question asked in https://github.com/chartjs/Chart.js/issues/6598#issuecomment-613879766
This commit is contained in:
Ben McCann 2020-04-27 13:24:46 -07:00 committed by GitHub
parent 32de1b6ebf
commit 0407e99ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Chart.js 3.0 introduces a number of breaking changes. Chart.js 2.0 was released
* Additional configurability and scriptable options with better defaults
* Completely rewritten animation system
* Rewritten filler plugin with numerous bug fixes
* API Documentation generated and verified by TypeScript
* API Documentation generated and verified by TypeDoc
* No more CSS injection
* Tons of bug fixes