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

Summary: @see linking for phpDocs not rendering doc target when clicked
Product: php Reporter: eggmatters
Component: PHPDocAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.