Open brandonkelly opened 10 years ago
Ex: http://www.yiiframework.com/doc/api/1.1/CDbCommand#setWhere-detail
The in-code documentation for $value is:
$value
@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”).
{@link where()}
Ex: http://www.yiiframework.com/doc/api/1.1/CDbCommand#setWhere-detail
The in-code documentation for
$value
is:{@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”).