Kitab is a handy tool for PHP developers that helps with two things:
- Render static HTML (with added search) from the doc-blocks in source code.
- Unit test the examples that are in the doc-blocks.
There are a number of tools that do the first one (phpDocumentor, Doxygen, Sami, etc). However I don’t remember seeing anything that accomplishes the second task.