SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

Overloaded methods should be supported #29

Closed Bobnix closed 9 years ago

Bobnix commented 9 years ago

ApexDoc can end up hiding methods that are overloaded, only showing the last one. If you are using these docs to communicate your api, then this is a pretty big loss.