cesarParra / apexdocs

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

Access Modifiers is missing in the output #81

Closed davidbrowaeys closed 1 year ago

davidbrowaeys commented 1 year ago

I really like a lot this tool. So great what you have been doing.

How do you add the method access modifier (global, private, public) to the md file? Seems to be missing for me in the generated output.

apexdocs-generate -s force-app -t docs -r --scope global public private -g docsify --includeMetadata

image
cesarParra commented 1 year ago

Thanks @davidbrowaeys

No way right now, but I agree those should be in there. Let me look into that!

cesarParra commented 1 year ago

I've released newest a new version (https://www.npmjs.com/package/@cparra/apexdocs) which should include the access modifiers as part of the method and field descriptions. Let me know if you run into any issues!

davidbrowaeys commented 1 year ago

Wow thank you so much @cesarParra didn't expect the quick so quick.