Yii-Docs-Generator
Yii-Docs-Generator copied to clipboard
{@link method()} not linking to the correct URL when there’s a property of the same name
Ex: http://www.yiiframework.com/doc/api/1.1/CDbCommand#setWhere-detail
The in-code documentation for $value is:
@param mixed $value the where part. Please refer to {@link where()} for details
{@link where()} should be resulting in a link to http://www.yiiframework.com/doc/api/1.1/CDbCommand#where()-detail, but instead it is linking to http://www.yiiframework.com/doc/api/1.1/CDbCommand#where-detail (no parentheses in “#where-detail”).