-
Notifications
You must be signed in to change notification settings - Fork 128
Added exceptions #75
base: master
Are you sure you want to change the base?
Added exceptions #75
Conversation
… allow for multiple lines, rather than a delimited list.
@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 🙁 |
@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! |
@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 |
@mlockett Tagged you on the first PR with these changes, and credited you in the changelog and commit message for the updates! |
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.