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

Added exceptions #75

Open mlockett opened 5 years ago

mlockett commented 5 years ago

Added the ability to include a comma delimited list of exceptions a method might throw. E.g.

/**

I consider it very useful in knowing how to call a method, especially given that Apex doesn't support the throws keyword as in Java.

no-stack-dub-sack commented 5 years ago

@mlockett nice PR! Maybe someone should fork this as ApexDoc2 and try to pick up steam for it again? I forked it locally and added a few things:

If I forked as ApexDoc2 would you re-submit this PR there? I think this is a cool project and much needed for Apex, a shame to let it completely waste away :slightly_frowning_face:

mlockett commented 5 years ago

@no-stack-dub-sack Nice additions. I agree it would be a shame for the project to die. I'd certainly submit a pull request if you'd like to pick the project back up!

no-stack-dub-sack commented 5 years ago

@mlockett I think I am going to try to get this going again, at least for myself! I hope you don't mind, I already added in your changes, but I will most definitely give you the proper credit for it (we'll see if anyone becomes interested in this anyway). I also added @see support, which I got from your nice-to-haves list as well. I'll let you know when I get this all pushed up to my public account.

no-stack-dub-sack commented 5 years ago

@mlockett Tagged you on the first PR with these changes, and credited you in the changelog and commit message for the updates!