docProcessorGradlePlugin icon indicating copy to clipboard operation
docProcessorGradlePlugin copied to clipboard

Remove brackets from references?

Open Jolanrensen opened this issue 11 months ago • 1 comments

@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

Jolanrensen avatar Jan 07 '25 19:01 Jolanrensen

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)

Jolanrensen avatar Jan 08 '25 10:01 Jolanrensen