phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)

Results 54 phpdox issues
Sort by recently updated
recently updated
newest added
trafficstars

For instance all xsl files should now contain `xmlns:pu="https://schema.phpunit.de/coverage/1.0"` instead of `xmlns:pu="http://schema.phpunit.de/coverage/1.0"` But latest tag release 0.12.0 does not have thoses fixes. When installing from Packagist with composer, coverage and...

running locally on mac os 12.0.1 return this bug phpDox 0.8.0 - Copyright (C) 2010 - 2021 by Arne Blankerts [28.12.2021 - 20:10:40] Using config file './phpdox.xml' [28.12.2021 - 20:10:40]...

Hi, First of all, thanks for this great tool. It has been really handy in our project. We started using it recently but a strange bug is happening and I...

I'm trying to generate docs for my humhub installation and am getting and error and no docs. I'm attaching my config file and a log of the attempt. I had...

Can you create a new archive so that the new features such as union types can be used.

I have this on my phpdox.xml ```xml ``` How can I access this property value from the template?

Hi, tried different ways to install (as described in readme file too), but can't get it work. ``` phpDox 0.12.0-dev - Copyright (C) 2010 - 2020 by Arne Blankerts and...

Would it possible to run phpdox with options instead of a config file? Just by execute phpdox.phar with some options like project name, source path and destination path?

Feature

Somehow phpdox is not able to execute anymore since changing to PHP 7.4.x ``` PHP Version: 7.4.3 (Linux) PHPDox Version: 0.12.0 ErrorException: E_WARNING Location: phar:///usr/local/src/phive/phars/phpdox-0.12.0.phar/phpdox/shared/DirectoryCleaner.php (Line 32) rmdir(/var/lib/jenkins/workspace/project/build/api/.): Invalid argument...

Bug