melonjs / melonJS

a fresh, modern & lightweight HTML5 game engine
https://melonjs.org
MIT License
5.88k stars 646 forks source link

Replace webdoc with typedoc #1232

Closed hornta closed 3 months ago

hornta commented 3 months ago

closes https://github.com/melonjs/melonJS/issues/1225

I've tested that links from the docs into the source code. I've also made sure the documentation images appears in the docs. typedoc only seem to support relative paths to images in jsdoc so I had to inline the images under the src folder, however I put them in an images folder so that they are clearly separated from the actual source code. I've bundled changes affecting many files into commits to ease the review process.