如何在 PHPdoc 生成文档时运行以下脚本?
#1 须藤代码
sudo source makedoc.sh
我明白了
no command source
#2 没有 sudo
问题是sudo
没有命令source
。我试图通过将 ~/phpdoc/phpdoc 的权限更改为 777 然后运行来解决问题,但未成功
source makedoc.sh
我明白了
makedoc.sh:90: permission denied: /home/masi/phpdoc/phpdoc
#3 没有 sudo
我跑
phpdoc -c makedoc.sh
我明白了
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