- phpDocumentor is an automatic documentation system for PHP code that is written in PHP.
- It uses DocBlocks in PHP code to generate API documentation in various formats like HTML, PDF, CHM.
- DocBlocks provide documentation for classes, functions, methods and their parameters in the PHP code for phpDocumentor to parse and output developer documentation.