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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [2008-02-25 16:35 UTC] philip@php.net
Description:
------------
Let's link <classname>iamaclass</classname> to the iamaclass documentation. 



Patches

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC