You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 11 - Fixed an issue that would result in failed ApexDoc generation if Markdown included $<something> that would be interpreted incorrectly as a regular expression group reference.
Issues reported by Markdown-to-HTML conversion are included in ApexDoc validation output. This can be disabled if desired using the new validateMarkdownApexDoc validator option.
Fixed an issue with the groupPage.vm Velocity template that would result in an unbalanced <div> tag when group content is not present.
Added a -verbose/--verbose command-line option to print the full stack trace when exceptions are caught and logged. That behavior is disabled by default but can be enabled when troubleshooting and reporting issues.