apexdocs
apexdocs copied to clipboard
Node.js tool to generate documentation for your Salesforce Apex Classes.
Currently the parser for docs complains about empty `@argument`, `@return`, and possible other tags where it expects some kind of body. Maybe we can allow for this without the parser...
Taken from https://github.com/cesarParra/apexdocs/issues/45#issuecomment-1127801984. See that issue for more details --- On @start-group/@end-group: This works fine: // @start-group Special Metadata Names public static final String WILDCARD_SOURCE = 'CodeControl_Default'; public static final...
When generating docs with a group, apexdocs automatically adds the Markdown **Group** to all the files. Is there a way to turn this off?
@cesarParra - love your work. I'm looking to incorporate apexDocs into a CI action I'm building in ESM / node. I'd like to import Apexdoxs and execute the doc generation...
@cesarParra Overview: We have a unique need to add a new annotation / tag to Apex docs. I think it would be good for the community at large, and rather...
The goal is to render the picklist values in a custom object documentation generator. I have started with the changes locally. Should I issue a PR from a branch or...