Bug 441667 - Sometimes PHPDoc description is doubled in members tooltips
Summary: Sometimes PHPDoc description is doubled in members tooltips
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-13 05:13 EDT by Michal Niewrzal CLA
Modified: 2020-05-14 11:29 EDT (History)
2 users (show)

See Also:


Attachments
Example (41.39 KB, image/png)
2014-08-13 05:13 EDT, Michal Niewrzal CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Niewrzal CLA 2014-08-13 05:13:36 EDT
Created attachment 245946 [details]
Example

To code reproduce:

<?php
/**
 * Add a documentation element to any element in the WSDL.
 *
 * Note that the WSDL {@link http://www.w3.org/TR/wsdl#_documentation specification} uses 'document',
 *
 */
function addDocumentation() {
}
Comment 1 Michal Niewrzal CLA 2014-08-18 06:20:56 EDT
Small patch: https://git.eclipse.org/r/#/c/31822/
Comment 3 Sylvia Tancheva CLA 2015-05-22 08:31:42 EDT
Looks OK now. Closing