webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

JavaScript method overloads not being parsed #163

Closed ShukantPal closed 2 years ago

ShukantPal commented 2 years ago

https://github.com/melonjs/melonJS/blob/927b12db132873feb53fed5e54fc42c4c89483fb/src/geometries/rectangle.js#L282

It's failing the document parsing step. It worked in TypeScript for the PixiJS codebase so properly a small error somewhere.

Related to https://github.com/melonjs/melonJS/issues/1089