Bug 559639 - correctly generate PHP language documentation for namespaced classes
Summary: correctly generate PHP language documentation for namespaced classes
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Doc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 559657
Blocks:
  Show dependency tree
 
Reported: 2020-01-28 12:28 EST by Thierry BLIND CLA
Modified: 2020-05-14 11:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry BLIND CLA 2020-01-28 12:28:07 EST
Hi,
while updating the PHP 7.4 language documentation, I saw that we don't correctly generate the documentation for the new PHP 7.4 FFI classes, because those FFI classes are namespaced and our doc generator simply doesn't support that.

See http://www.php.net/manual/en/class.ffi.php to know more about FFI classes

Thierry.
Comment 1 Eclipse Genie CLA 2020-01-28 12:30:28 EST
New Gerrit change created: https://git.eclipse.org/r/156759
Comment 3 Thierry BLIND CLA 2020-05-04 17:31:01 EDT
Fixed.