|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-12-04 09:44 UTC] bjori@php.net
[2007-12-04 12:21 UTC] bjori@php.net
[2007-12-05 02:48 UTC] ezyang@php.net
[2008-01-10 21:41 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 13:00:01 2025 UTC |
Description: ------------ Inside the generated class synopsis, return types for method are often classes. These classes should be linkified to point to their respective documentation page. Reproduce code: --------------- <fieldsynopsis> <modifier>readonly</modifier> <modifier>public</modifier> <type>DOMElement</type> <varname linkend="domdocument.props.documentelement">documentElement</varname> </fieldsynopsis> Expected result: ---------------- DOMElement in generated output is link Actual result: -------------- Class name is not.