Closed nilsburg closed 2 years ago
Create a method and use inline link with {@link Class:Method} in the docblock
To see a link in the generated documentation to the linked method
Plain text Although PHPStorm shows the block with the link
Yii was using their own format, [[ClassName]]. phpdoc standard one isn't implemented.
[[ClassName]]
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
Additional info