cesarParra / apexdocs

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

Add return type to method signatures #91

Closed cesarParra closed 11 months ago

cesarParra commented 11 months ago

Methods do not display with the return type. Even though the return type appears when specified in the apex doc, the signature itself should have it to clarify what the method returns even when a doc comment is not present

image