v2.2.4
- Block style Apex doc comments are now supported. Example: https://github.com/cesarParra/apexdocs/blob/master/examples/force-app/main/default/classes/GroupedClass.cls
- Custom annotations can now have multiple words separated by a hyphen
- Better error handling: Errors parsing Apex doc blocks are now surfaced to the console, indicating the block that failed and file name. Previously the full exception was being surfaced when an error occurred and it was not clear in which file it happened.