Currently in @see tag FQSEN is 
allowed: 
https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#512-see
 
but it's not allowed in 
@link 
https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#56-link
 
so there's no way to reference a class in the description such as:

By default, {@link \Yii::$container} refers to a Container instance which 
> is used by {@link \Yii::createObject()} to create new object instances.


For Yii we've invented our own syntax but we'd like to switch to standard 
one:

By default, [[\Yii::$container]] refers to a Container instance which is 
> used by [[\Yii::createObject()]] to create new object instances.

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/5d205dd4-ea85-469d-bb94-b4caef6e9292%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [PSR-19] Allo... 'Alexander Makarov' via PHP Framework Interoperability Group
    • Re: [PSR... Google user
      • Re: ... 'Alexander Makarov' via PHP Framework Interoperability Group

Reply via email to