Yii-Docs-Generator icon indicating copy to clipboard operation
Yii-Docs-Generator copied to clipboard

{@link method()} not linking to the correct URL when there’s a property of the same name

Open brandonkelly opened this issue 11 years ago • 0 comments

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”).

brandonkelly avatar Sep 30 '14 21:09 brandonkelly