yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

No inline link with {@link} #196

Closed nilsburg closed 2 years ago

nilsburg commented 4 years ago

What steps will reproduce the problem?

Create a method and use inline link with {@link Class:Method} in the docblock

What's expected?

To see a link in the generated documentation to the linked method

What do you get instead?

Plain text Although PHPStorm shows the block with the link apidoc1 apidoc2

Additional info

Q A
Yii vesion 2.0.35
Yii APIDoc version 2.1.4
PHP version 7.3.1
Operating system Windows 10
samdark commented 4 years ago

Yii was using their own format, [[ClassName]]. phpdoc standard one isn't implemented.