#### 如何使用 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
~~~