cesarParra / apexdocs

Node.js tool to generate documentation for your Salesforce Apex Classes.
https://www.npmjs.com/package/@cparra/apexdocs
MIT License
109 stars 18 forks source link

2.13 RC #68

Closed cesarParra closed 1 year ago

cesarParra commented 1 year ago

Improvements

Support for the @ignore tag.

An @ignore tag can now be used in any ApexDoc to have the annotated code be ignored during the documentation creation process.

Improved error handling

When dealing with uncaught exceptions, the process now exits with an exit code of 1

Upgraded to use the latest version of the Apex Reflection library, which support for the latest Apex improvements introduced during Winter 23

General improvements when generating OpenApi definitions