TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

Fixed NPE on folders & bumped to IDEA 2023.2 #109

Closed salmonb closed 1 year ago

salmonb commented 1 year ago

Hi,

This PR fixes the exception thrown when generating JavaDoc on folders. So it fixes issue #107.

It also makes the plugin compatible with the latest IDEA API available today (i.e. 2023.2). So it may fix issue #108 as well.

I bumped the plugin version from 4.0.2 to 4.1.0. Is that ok?

gandesc commented 1 year ago

Hi @TSergey , any chance for you to review and merge this? 😃

TSergey commented 1 year ago

Merged this, Thank you for your help.