PHP Documentor 2 v2.0.0.b6 Release Notes
Release Date: 2013-06-23 // over 12 years ago-
ADDED: Travis configuration was changed to test against 5.5 FIXED: Packages were not indexed and shown correctly. FIXED: @var descriptions were not shown as summary if the summary was absent for a property. FIXED: Added static label on a property in the responsive template. FIXED: Alignment of tags in table display. FIXED: Response information was missing from method description. FIXED: Sourcecode viewer in new-black template. FIXED: Magic methods are now shown and inherited in the class view for the responsive-twig template. FIXED: Magic properties are now shown and inherited in the class view for the responsive-twig template. FIXED: Markdown fencing in responsive and responsive-twig template now correctly indents code examples. CHANGED: Deep link should not be shown for members without location. CHANGED: phpDocumentor now sets the memory limit to -1 to prevent issues due to a limited memory usage. CHANGED: Bumped maximum recursion setting from 5.000 to 10.000 since errors were still reported. REMOVED: `/bin/parse.php` binary; its function is carried out by `phpdoc project:parse`. REMOVED: `/bin/transform.php` binary; its function is carried out by `phpdoc project:transform`.