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

Allow use of custom Javadoc doclets #57

Open MayTheSForceBeWithYou opened 8 years ago

MayTheSForceBeWithYou commented 8 years ago

When wanting to generate output other than HTML, Javadoc allows creation of custom doclets to use after the code has been parsed. ApexDoc currently does not have a parameter to take advantage of this functionality. Suggest exposing Javadoc's capability to use custom doclets to ApexDoc.