コマンドを使用してpearを使用してphpドキュメントをインストールしました
$ pear channel-discover pear.phpdoc.org
$ pear install phpdoc/phpDocumentor
Error: failed to mkdir c:/php/pear/data/phpDocumentor/features/generates-documentation/create-documents-using-twigs
そして今私は書いて
$ phpdoc run -d E:/input/demo.php -t E:/output
いるので、エラーは次のようになります
Parsing configuration file phpDocumentor.ini...
<found in c:\php\pear\data/phpDocumentor/>
Error: cannot open phpDocumentor.ini in directory c:/xampp/php/pear/phpDocumentor
-Is phpdoc in either the path or include_path in your php.ini file?
親切に助けてください。