webdoc-labs / webdoc

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

Function overloading and inheritance doesn't render correctly #133

Closed bigtimebuddy closed 2 years ago

bigtimebuddy commented 3 years ago

Description

If you have a parent class that uses function overloading, only the first method is shown on classes that extend it. This was discovered while working on this: https://github.com/pixijs/pixijs/pull/7633/

Reproduction

https://github.com/bigtimebuddy/webdoc-overload-bug