theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Can't find generated documentation #399

Open AndrewMelnikow opened 4 years ago

AndrewMelnikow commented 4 years ago

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 source="${basedir}" Then, I ran vendor/bin/phpdox:

phpDox 0.12.0-dev - Copyright (C) 2010 - 2020 by Arne Blankerts and Contributors

[30.04.2020 - 10:18:03] Using config file './phpdox.xml.dist'
[30.04.2020 - 10:18:03] Registered collector backend 'parser'
[30.04.2020 - 10:18:03] Registered enricher 'build'
[30.04.2020 - 10:18:03] Registered enricher 'git'
[30.04.2020 - 10:18:03] Registered enricher 'checkstyle'
[30.04.2020 - 10:18:03] Registered enricher 'phpcs'
[30.04.2020 - 10:18:03] Registered enricher 'pmd'
[30.04.2020 - 10:18:03] Registered enricher 'phpunit'
[30.04.2020 - 10:18:03] Registered enricher 'phploc'
[30.04.2020 - 10:18:03] Registered output engine 'xml'
[30.04.2020 - 10:18:03] Registered output engine 'html'
[30.04.2020 - 10:18:03] Starting to process project 'phpdox'
[30.04.2020 - 10:18:03] Starting collector
[30.04.2020 - 10:18:03] Scanning directory '/home/reagent/testproj' for files to process

..................................................      [50]
..................................................      [100]
..................................................      [150]
..................................................      [200]
..................................................      [250]
..................................................      [300]
..................................................      [350]
..................................................      [400]
..................................................      [450]
..................................................      [500]
..................................................      [550]
..................................................      [600]
..................................................      [650]
..

And that's all. Where is documentation generated?

theseer commented 4 years ago

That's far from a complete run. Are you sure you copied everything? ;)

I'd consider it at least unlikely that phpDox (and php running it) just silently die but if that's the case something must have crashed very hard.

I'm a bit lost...