Closed davidtorosyan closed 2 years ago
I see this pattern, copied from Java.
Before:
/** * Some summary. * * Another summary about {@param someParam}. */ fun foo() = Unit
Here's my requested output:
/** * Some summary. * * Another summary about [someParam]. */ fun foo() = Unit
There are some other patterns like {@code, {@see, {@attr-name, {@inheritDoc}, but I'm not sure how to handle all of them.
{@code
{@see
{@attr-name
{@inheritDoc}
Tested with v1.5.5 using default options.
This should be implemented in 1.5.7.
I see this pattern, copied from Java.
Before:
Here's my requested output:
There are some other patterns like
{@code
,{@see
,{@attr-name
,{@inheritDoc}
, but I'm not sure how to handle all of them.Tested with v1.5.5 using default options.