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

In case of multiple constructors only one shows in ApexDoc #47

Closed mailalokagrawal closed 8 years ago

mailalokagrawal commented 9 years ago

If I create a class with multiple constructors then only one constructor is displayed in ApexDoc.

For example, ApexDoc produced using below code includes only the second constructor (one with a parameter) in the documentation.

global class ProgramService { /***

}

mailalokagrawal commented 8 years ago

Just upgraded to ApexDoc 1.1.5 and the issue seems to have resolved.