Now when I am generating the documentation:
php phpDocumentor.phar -f ../pdk/Something.php
and it works fine!php phpDocumentor.phar -d ../pdk
but it does not work, the documentation is generated but it is empty. Not even Something.php got its documentations generated.It's a bug -- https://github.com/phpDocumentor/phpDocumentor2/issues/1930
Should be solved in next release.
Workaround is to execute phpdoc in a directory so that the -d
arg is -d .