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

Nested Classes not supported #3

Closed davidhabib closed 9 years ago

davidhabib commented 9 years ago

If you have a class defined within another class, its definition is ignored, and any methods and properties of the nested class are documented along with the documentation for the outer class.

davidhabib commented 9 years ago

SfApexDoc supports this, and displays the nested classes info below the main classes info. (it has a bug and it shows all the way below the menu list).