Skip to content
This repository was archived by the owner on Nov 1, 2019. It is now read-only.
This repository was archived by the owner on Nov 1, 2019. It is now read-only.

Show arguments in the top level methods list #12

@adtennant

Description

@adtennant

When you have overloaded methods in your class it's impossible to distinguish between them from the methods list that is currently generated at the top of the class page.

It would be good to add the types of arguments to the listing (without their names)to make it easier to identify overloads.

e.g.

  • foo(Bar, String, Integer)
  • foo(Bar, String, Integer, Integer)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions