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

I'm finding the "tasks" / "todo" tags are picked up and categorized through the system, but it would be great to have a page generated to showcase all "TODO" or...

Hello, I am installed this package to my Laravel project via composer. Then, I ran this command: `vendor/bin/phpdox --skel > phpdox.xml.dist` Next, I changed `source` parameter in phpdox.xml.dist file to...

I'm customizing a template to re-style my documentation. I wonder if I can force phpdox to generate an extra page, for example, `uml-diagram.xhtml` (based on its corresponding template `uml-diagram.xsl`), only...

I'm trying to run PHPDox in a Laravel environment and am experiencing the following issue: ```PHP Version: 7.3.15-3+ubuntu16.04.1+deb.sury.org+1 (Linux) PHPDox Version: 0.12.0 Exception: TypeError (Code: 0) Location: phar:///home/jan/.phive/phars/phpdox-0.12.0.phar/phpdox/collector/project/SourceFile.php (Line 74)...

I'm using phpdox to generate the documentation for a project and I'm trying to include the PHPUnit-coverage, but it shows "EMPTY" for all files, e.g. my entities: ![grafik](https://user-images.githubusercontent.com/1715912/74933173-bd7d2b80-53e3-11ea-8bee-0acda1b5f30e.png) In issue...

run into something like #255 again on my mac today with some error information like ``` PHP Version: 7.2.18 (Darwin) PHPDox Version: 0.12.0 ErrorException: E_WARNING Location: phar:///usr/local/bin/phpdox/vendor/theseer/fxsl/src/fxsltprocessor.php (Line 192) XSLTProcessor::transformToDoc():...

The following code: ``` class Dropdowns extends Menus { use MenuTrait { getToplevelItem as public get; setToplevelItem as public set; } } ``` results in neither the trait methods (getToplevelItem/setToplevelItem)...

Feature

Could you add an option to the xml config to set flag: ```php $scanner->setFlag(\FilesystemIterator::FOLLOW_SYMLINKS); ``` in Factory.php?

Feature

Im using php 7.2.9, xdebug 2.6.1, phpdox 1.11.2, phpunit 7.3.5, phpcs 3.3.1, phpmd 2.6.0 Runnig phpdox give me no errors... There is no output from those enriches. Look at https://github.com/neradp/SNPClient,...

It seems to be causing a lot of the CI builds to fail.