E
E
evilelf2015-09-27 21:17:14
PHP
evilelf, 2015-09-27 21:17:14

How to fix phpDoc generation issue?

Hello!
PHP Version 5.6.3
phpDocumentor version 1.4.4
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?
In php.ini
include_path=".;C:\xampp\php\PEAR;C:\xampp\php\pear;C:/xampp/php/pear/PhpDocumentor/phpDocumentor.ini"

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
evilelf, 2015-09-29
@evilelf

In general, you need to kill phpdoc in xampp)
Pour the latest one.
And write

/c/xampp/php/php.exe /c/xampp/php/pear/PhpDocumentor/bin/phpdoc.php -d #путь_до_что_парсим# -t
#путь_до_куда_ложим# --title "#название#"

A
Alexey Ukolov, 2015-09-27
@alexey-m-ukolov

include_path=".;C:\xampp\php\PEAR;C:\xampp\php\pear;C:/xampp/php/pear/PhpDocumentor"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question