phpDocumentor2 でエラー "Unable to find the `dot` command of the GraphViz package"
phpDocumentor 2 をインストール
$ sudo pear install xxxx/phpdocumentor-beta
src ディレクトリ以下を解析対象に docs ディレクトリ以下にドキュメントを出力するように phpdoc コマンドを入力し、実行。
$ phpdoc -d src -t docs [Zend\Stdlib\Exception\ExtensionNotLoadedException] Unable to find the `dot` command of the GraphViz package. Is GraphViz correctly installed and present in your path?
ふむ。 クラスの継承図を出力するには GraphViz をインストールする必要がある。
以上。














