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

ApexDoc2 first commit. Many changes, see CHANGELOG for details #76

Closed no-stack-dub-sack closed 5 years ago

no-stack-dub-sack commented 5 years ago

First ApexDoc2 commit. Among other things, adds support for @deprecated, @exception (thanks to @mlockett) & @see tokens. Also adds support for wrapping comments in backticks with code tags. Modifies folder structure as well.

See CHANGELOG.md for a full list of changes.

no-stack-dub-sack commented 5 years ago

Whoops. Github defaulted to opening the PR here since this was where the original was forked from. Meant to open this at https://github.com/no-stack-dub-sack/ApexDoc2