Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find generated documentation #399

Open
AndrewMelnikow opened this issue Apr 30, 2020 · 1 comment
Open

Can't find generated documentation #399

AndrewMelnikow opened this issue Apr 30, 2020 · 1 comment

Comments

@AndrewMelnikow
Copy link

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
Copy link
Owner

theseer commented May 3, 2020

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants