php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44244 Link classname to the class docs
Submitted: 2008-02-25 16:35 UTC Modified: 2008-08-23 14:16 UTC
From: philip@php.net Assigned:
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Mac
Private report: No CVE-ID: None
 [2008-02-25 16:35 UTC] philip@php.net
Description:
------------
Let's link <classname>iamaclass</classname> to the iamaclass documentation. 



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-04 00:26 UTC] bjori@php.net
This is "impossible" to implement as class docs use a regular <reference> element, not any explicit "class doc markup".

We could add role="classref" to the <reference> element and index it - or simply extend DocBook with our custom element names (which would solve so many problems for us!)...

 [2008-08-23 14:16 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 03:01:29 2024 UTC