This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 226917 - @see linking for phpDocs not rendering doc target when clicked
Summary: @see linking for phpDocs not rendering doc target when clicked
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 22:55 UTC by eggmatters
Modified: 2016-09-22 17:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description eggmatters 2013-03-01 22:55:51 UTC
According to the phpDoc guide, you can link to other methods, classes and variables documentation with the @see link modifier. For example:

    /**
     * credit_card.address_id column in database table.
     * Foreign key mapping to corresponding addresses object.
     * To link a credit card to an address object, call the {@see Address::getAddressByAddressId()} static method.
     * @var int 
     */

A link displays in the pop-up document window but clicking on it doesn't resolve to the documentation for the target method.
Comment 1 eggmatters 2013-03-07 19:25:35 UTC
I am not sure how NetBeans integrates its documentation through phpDocumentor (or through APIGen) but this functionality seems to be broken in phpDocumentor.
see (@see?) https://github.com/phpDocumentor/template.responsive/issues/27
If Netbeans (or APIGen) relies on the underlying structure of phpDocumentor to provide the linking of structural elements than this bug should be closed.