#! /usr/bin/env bash clear /opt/phpdocumentor/phpdoc.phar \ --force \ --validate \ -d . \ -t documentation/phpDocumentor/ \ --ignore='examples*'