How can you run the following script in generating docs by PHPdoc?
#1 sudo -code
sudo source makedoc.sh
Ben olsun
no command source
#2 without sudo
The problem is that sudo
does not have the command source
.
I tried to fix the problem unsuccessfully by changing the persmissions of ~/phpdoc/phpdoc to 777 and then running
source makedoc.sh
Ben olsun
makedoc.sh:90: permission denied: /home/masi/phpdoc/phpdoc
#3 without sudo
I run
phpdoc -c makedoc.sh
Ben olsun
codes master $ phpdoc -c makedoc.sh
PHP Version 5.2.6-3ubuntu4.2
phpDocumentor version 1.4.2
Parsing configuration file phpDocumentor.ini...
(found in /usr/share/php/data/PhpDocumentor/)...
done
Maximum memory usage set at 256M after considering php.ini...
using tokenizer Parser
a target directory must be specified
try phpdoc -h