#### 如何使用 phpDocumentor?
運行 phpDocumentor 最簡單的方法就是執行下面的命令:
~~~
$ phpdoc run -d <SOURCE_DIRECTORY> -t <TARGET_DIRECTORY>
~~~
使用 -d 參數這條命令將會解析源代碼目錄路徑下的源代碼,并且導出結果到 -t 參數所指示的文件夾位置去。
phpDocumentor supports a whole range of options to configure the output of your documentation. You can execute the following command, or check our website, for a more detailed listing of available command line options.
~~~
$ phpdoc run -h
~~~