Subversion Repositories php_users

Rev

Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 23
Line 1... Line 1...
1
#! /usr/bin/env bash
1
#! /usr/bin/env bash
2
 
2
 
3
clear
3
clear
4
/opt/phpdocumentor/phpdoc.phar \
4
/opt/phpdocumentor/phpdoc.phar \
5
   --force \
5
   --force \
-
 
6
   --validate \
6
   -d /var/www/php72/php_users/ \
7
   -d /var/www/php72/php_users/ \
7
   -t /var/www/php72/php_users/documentation/ \
8
   -t /var/www/php72/php_users/documentation/phpDocumentor/ \
8
   --ignore "/var/www/php72/php_users/examples"
9
   --ignore='/var/www/php72/php_users/examples*'