ApexDoc icon indicating copy to clipboard operation
ApexDoc copied to clipboard

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.

Results 37 ApexDoc issues
Sort by recently updated
recently updated
newest added

Added a small note to the @group documentation indicating that classes will be organized under 'Miscellaneous' if the @group annotation is left undeclared

Now that ApexDoc is unmaintained, perhaps it would be smart to link to the SfApexDoc project, which AFAICS is still alive and well at https://gitlab.com/StevenWCox/sfapexdoc/-/wikis/home ?

On line 87 guide refers to "code" tag to use in order to preserve whitespaces in documentation examples. This tag is processed by Markdown engine as a tag, not as...

Executing the program breaks with `NullPointerException` in `ClassModel#compare`. Paths given are relative to `apexdoc.jar`, which is in my project root (also tried absolute paths). The two html paths given in...

Added the ability to include a comma delimited list of exceptions a method might throw. E.g. /** * @exceptions MyCustomException1, MyCustomException2 */ I consider it very useful in knowing how...

I ran into a few bugs when using ApexDoc for my org. I mainly fixed a NPE when @group-content points to a file that doesn't exist. I also included some...

Whenever I am running this below command apexdoc /Us ers\ashwing\IntelliJ Workspace\FLOSUMASH1\src\classes /Users\ashwing\Project\Ape xDoc I am getting 'Object Expected microsoft jscript runtime error' error.

Links to specific line number on Bitbucket repository are not working, so I fixed. Here's a sample build command: ``` $ java -jar apexdoc.jar -s 'src/classes' -g 'https://bitbucket.org/user_name/repository_name/src/master/src/classes/' ``` #Sorry,...