php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25912 phpDocumentor doesn't detect classes in files but parses docs
Submitted: 2003-10-19 13:04 UTC Modified: 2003-10-19 21:41 UTC
From: davey@php.net Assigned: cellog (profile)
Status: Closed Package: PEAR related
PHP Version: 4CVS-2003-10-19 (stable) OS: WinXP Pro SP1
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: davey@php.net
New email:
PHP Version: OS:

 

 [2003-10-19 13:04 UTC] davey@php.net
Description:
------------
phpDocumentor 1.2.3 parses all documentation about the classes within the files, but on the files page, does not list the classes under the "Classes:" header.

http://davey.is-a-geek.com/php-cvs/pear/XML_Annotea/docs/
shows the output, has all the code and such to see the apidoc etc.

I use the phpDocumentor web interface with these options:

Config file: don't use config file

Output Format: HTML:Smarty:PHP

Generate Documentation Title: XML_Annotea Documentation
Default Package Name: XML_Annotea
Parse @access private and @internal/{@internal}}: Checked
Generate Highlighted Source Code: Checked
PEAR package repository parsing: Checked and Unchecked (tried both)


I think thats all you need to know...

- Davey

Expected result:
----------------
for Annotea_Client.php

Classes:

XML_Annotea_Client

and for Annotea_Server.php

Classes:

XML_Annotea_Server

Actual result:
--------------
It just has "Classes:" followed by a blank space in both cases.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-19 21:41 UTC] cellog@php.net
Davey:

If you check the documentation output at phpdoc.org, you will see that in most cases, it works.  Please open a bug at sourceforge http://sourceforge.net/tracker/?atid=111194&group_id=11194&func=browse, as you can attach files.  Please attach a test case (XML_Annotea will be fine).  We will address it there.

Thanks,
Greg
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 12:01:28 2025 UTC