docProcessorGradlePlugin
docProcessorGradlePlugin copied to clipboard
Remove brackets from references?
@include [Doc] or @include Doc both works but only the former is refactor-safe in IntelliJ.
However, we know it's possible to have refactor-safe references without brackets because @see Doc also works.
It may be possible to make this work using the IntelliJ plugin
Need to be careful about including them in other places. Kdoc link expansion needs to keep working (and is already a bit flakey sometimes https://github.com/Jolanrensen/KoDEx/issues/62)