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 200004 - @method shows no doc
Summary: @method shows no doc
Status: RESOLVED DUPLICATE of bug 196714
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-09 01:05 UTC by caesar2k
Modified: 2011-08-31 08:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description caesar2k 2011-07-09 01:05:48 UTC
when defining a @method on the top of a class, it's useful to have the code completion to hint about the magic __get/__set the class has, but currently netbeans says "PHPDoc not found", even though the @method is defined correctly according to phpdoc website:

 * @method phery_response toggle() toggle($speed) Toggle an object visible or hidden, can be animated with 'fast','slow','normal'
Comment 1 Petr Pisl 2011-07-11 14:56:33 UTC
I need to rewrite the handling @method in ast tree. There has to be special node for it.
Comment 2 Ondrej Brejla 2011-08-31 08:57:27 UTC

*** This bug has been marked as a duplicate of bug 196714 ***