API documentation in Jenkins with DocBlox
People using PHP that want API documentation usually automatically think of phpDocumentor, which used to be the de facto standard for generating API documentation from your PHP projects. However, the project has been dormant for a long time now and definitely does not support new PHP features such as namespaces, so it was really time to look for an alternative. In this blogpost, I'll show you how I set up my Jenkins CI to use DocBlox, one of the new API documentation generators currently available.
posted on April 29, 2011 - 1 comment(s) - tags: php, docblox, phpdoc, phpdocumentor, jenkins, jenkins-php