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

Remove Group name from markdown #110

Open ReiSuzuki opened 2 months ago

ReiSuzuki commented 2 months ago

When generating docs with a group, apexdocs automatically adds the Markdown Group to all the files. Is there a way to turn this off?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

cesarParra commented 1 month ago

There's no way to turn this off currently, but let me look into better ways to configure which attributes get displayed or not

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

cesarParra commented 1 week ago

I'm still planning on taking a look at this, but it might take a while since I don't want to just a flags to turn certain things on/off ad-hoc. Instead I need to come up with a way for the final layout/output to be configured in a more generic way.