As the title says, I get an error when trying to run phpdoc. It works fine when I give it a directory and target:
phpdoc -d /mycode -t /mydocsdir
Adding any other switches, like:
phpdoc -d /mycodedir -t /mydocsdir -ti 'mytitle' -o HTML:frames:l0l33t
throws the RuntimeException.
OSX 10.8
PHP 5.6.15 (cli)
phpDocumentor version v2.8.5
Shouldn't I be able to use the options available per the phpDocs documentation?