Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.0a1

Bug #6844 phpDocumentor doesn't show classes in file
Submitted: 2006-02-20 18:59 UTC
From: p dot bodnar at centrum dot cz Assigned: cellog
Status: Closed Package: PhpDocumentor (version 1.3.0RC5)
PHP Version: 4.3.9 OS: Win XP
Roadmaps: (Not assigned)    
Subscription  


 [2006-02-20 18:59 UTC] p dot bodnar at centrum dot cz (Petr Bodnar)
Description: ------------ PhpDocumentor doesn't output -classes included in a file- in the generated documentation. Test script: --------------- file example.php: <?php /** * @package example */ /** * @package example */ class Example { } ?> Expected result: ---------------- documentation generated for file example.php: ... Classes: - Example ... Actual result: -------------- documentation generated for file example.php: ... Classes: ...

Comments

 [2006-02-20 19:04 UTC] p dot bodnar at centrum dot cz
I had this (similar) problem even with a previous version of phpDocumentor - classes list appeared only in files of the "default" package.
 [2006-02-22 20:19 UTC] p dot bodnar at centrum dot cz
It seems to be a bug in docBuilder - I tried to use a CONFIGURATION FILE for setting the options of generating and it works - the classes are displayed! :-) When I set the same options in docBuilder MANUALLY, then this bug appears...
 [2006-05-18 00:35 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.