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

Apply code formatting to output parameter type documentation #96

Closed pozil closed 12 months ago

pozil commented 12 months ago

When generating documentation for our code it would be nice to apply code formatting to the output type of a method:

Screenshot 2023-10-06 at 15 32 27

PS: ignore the description part that starts with the code formatted String. I'll need to fix my description.

I really appreciate all of your hard work and mention that there's no need to rush a fix for this and to release a version immediately, this can definitely wait.

cesarParra commented 12 months ago

Thanks @pozil! This makes sense.

Don't worry about me rushing 😅 , it's all good. I like to keep a bit of time open throughout my week for these kind of things and they have been quick fixes so far

cesarParra commented 12 months ago

Fixed in https://www.npmjs.com/package/@cparra/apexdocs/v/2.17.2

pozil commented 12 months ago

Thanks once more!