Right now, overloads work the following way:
- Each overload gets tagged with
@overload
- The last overload has the comment
This works moderately great with Typedoc. However, the comment in editor such as VScode or Sublime is wrong.
We tried some stuff with @rafern without success yet. We need to be careful that it always works in both cases.