php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46493 Implement new pear api linking tag
Submitted: 2008-11-05 10:24 UTC Modified: 2009-01-29 21:31 UTC
From: cweiske@php.net Assigned: cweiske (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS:
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: cweiske@php.net
New email:
PHP Version: OS:

 

 [2008-11-05 10:24 UTC] cweiske@php.net
Description:
------------
We need a method to easily link to the package api docs generated by phpdocumentor, from peardoc. Currently we're using entities which is ridiculous ([1]).

The best method would be a new tag like
<phd:pearapidoc package="Cat_PackageName" class="Class_Name" method="methodName">Text</phd:pearapidoc>. And a bit of magic so we may omit method and class tags if we use a text of "methodName" or "ClassName::methodName".


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-07 17:59 UTC] cweiske@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC