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 257869 - @return tag's description is not shown in the PHP document window
Summary: @return tag's description is not shown in the PHP document window
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-06 02:32 UTC by junichi11
Modified: 2016-02-09 02:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (4.52 KB, patch)
2016-02-06 04:31 UTC, junichi11
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description junichi11 2016-02-06 02:32:27 UTC
If $this is used as a type of @return, its description is not shown in the php document window.

e.g.
/**
 * Something.
 * @return $this description.
 */

Thanks.
Comment 1 junichi11 2016-02-06 04:31:58 UTC
Created attachment 158394 [details]
patch
Comment 2 junichi11 2016-02-06 04:34:53 UTC
Tomas, could you please review it when you can make time?

Thanks!
Comment 3 Tomas Mysik 2016-02-08 08:34:44 UTC
Will have a look at it, thanks Junichi!
Comment 4 Tomas Mysik 2016-02-08 09:19:11 UTC
Patch apllied, thanks a lot for it, Junichi!

http://hg.netbeans.org/web-main/rev/248a4ee0ba2b
Comment 5 Quality Engineering 2016-02-09 02:42:37 UTC
Integrated into 'main-silver', will be available in build *201602090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/248a4ee0ba2b
User: Tomas Mysik <tmysik@netbeans.org>
Log: #257869 - @return tag's description is not shown in the PHP document window

Patch contributed by junichi11@netbeans.org.