PhpDocumentor

インストール

  1. C:\Tools\Works\pleiades\xampp\php>pear uninstall phpdocumentor
  2. uninstall ok: channel://pear.php.net/PhpDocumentor-1.4.2
  3.  
  4. C:\Tools\Works\pleiades\xampp\php>pear install -a PhpDocumentor
  5. Package "pear.php.net/PhpDocumentor" dependency "pear.php.net/XML_Beautifier" has no releases
  6. downloading PhpDocumentor-1.4.3.tgz ...
  7. Starting to download PhpDocumentor-1.4.3.tgz (2,423,486 bytes)
  8. .............done: 2,423,486 bytes
  9. install ok: channel://pear.php.net/PhpDocumentor-1.4.3
  10.  
  11. C:\Tools\Works\pleiades\xampp\php>
  12.  
  13.  
pear install PhpDocumentor-1.4.3.zip
のようなコマンドでもインストール可能(ダウンロード要)

実行

  1. C:\Tools\Works\pleiades\xampp\php>
  2.  
  3. phpdoc -t ./doc/ -d ./src/ -o HTML:frames:default
  4.  
  5.  
  • t:ドキュメント生成先
  • d:ソース先
  • o:フォーマット指定


最終更新:2011年11月23日 22:07