From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 27 Apr 2020 20:24:46 +0000 (-0700) Subject: Clarify that API docs are generated by TypeDoc (#7274) X-Git-Tag: v3.0.0-beta.2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0407e99ab35e602fdc91ca03aa2eb0cfdf4c52d5;p=thirdparty%2FChart.js.git 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 --- diff --git a/docs/getting-started/v3-migration.md b/docs/getting-started/v3-migration.md index b030404be..8837b51ef 100644 --- a/docs/getting-started/v3-migration.md +++ b/docs/getting-started/v3-migration.md @@ -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