phpnode / Yii-Docs-Generator

Generates HTML documentation for Yii applications
43 stars 16 forks source link

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

Open brandonkelly opened 10 years ago

brandonkelly commented 10 years ago

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