PhpDocumentor
インストール
C:\Tools\Works\pleiades\xampp\php>pear uninstall phpdocumentor
uninstall ok: channel://pear.php.net/PhpDocumentor-1.4.2
C:\Tools\Works\pleiades\xampp\php>pear install -a PhpDocumentor
Package "pear.php.net/PhpDocumentor" dependency "pear.php.net/XML_Beautifier" has no releases
downloading PhpDocumentor-1.4.3.tgz ...
Starting to download PhpDocumentor-1.4.3.tgz (2,423,486 bytes)
.............done: 2,423,486 bytes
install ok: channel://pear.php.net/PhpDocumentor-1.4.3
C:\Tools\Works\pleiades\xampp\php>
pear install PhpDocumentor-1.4.3.zip
のようなコマンドでもインストール可能(ダウンロード要)
実行
C:\Tools\Works\pleiades\xampp\php>
phpdoc -t ./doc/ -d ./src/ -o HTML:frames:default
- t:ドキュメント生成先
- d:ソース先
- o:フォーマット指定
最終更新:2011年11月23日 22:07