2

I downloaded phpdoc, and whatever I do, he drops:

Could not open input file: \phpdoc.php

in the console. The path of this file is in the path and php include's path. I did tried him with another php script and it confirmed that (from console). What am I doing wrong?

4

1 Answer 1

2

Try following the approach suggested on the main page:

$ pear channel-discover pear.phpdoc.org
$ pear install phpdoc/phpDocumentor-alpha
$ phpdoc -d . -t docs
Sign up to request clarification or add additional context in comments.

4 Comments

I dont have pear. I dont even want to use it, I think it just would create more problems
Its purpose is to let you install php packages easily) try it. Otherwise check that your php installation works in cli mode properly, check include paths. For example, what does 'php -v' show you?
"The XSL writer was unable to find your XSLTProcessor; please check if you have installed the PHP XSL extension"
well have you installed the PHP XSL extension)? It is not part of phpDoc, it is part of php.... Also stackoverflow.com/questions/10404506/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.