Rev 23 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /usr/bin/env bash
clear
/opt/phpdocumentor/phpdoc.phar \
--force \
--validate \
-d . \
-t documentation/phpDocumentor/ \
--ignore='examples*'