From: Roland Häder Date: Sun, 10 Aug 2008 21:01:10 +0000 (+0000) Subject: Script for PHP_Depend (required) added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9cd3329316c26982e60338c52a947c69b639ba56;p=shipsimu.git Script for PHP_Depend (required) added --- diff --git a/.gitattributes b/.gitattributes index 546bd25..95797f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -755,6 +755,7 @@ inc/output.php -text inc/selector.php -text /index.php -text /package.sh -text +/pdepend.sh -text /rebuild_doc.sh -text templates/.htaccess -text templates/_compiled/.htaccess -text diff --git a/pdepend.sh b/pdepend.sh new file mode 100755 index 0000000..c6680b3 --- /dev/null +++ b/pdepend.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +if ! test -e `which pdepend`; then + echo "$0: This script needs PHP_Depend. See URL" + echo "$0: http://www.manuel-pichler.de/pages/pdepend.html for details." +fi + +pdepend --bad-documentation --ignore=db,docs,ship-simu.org --jdepend-chart=test.png --overview-pyramid=pyramid.png --summary-xml=summary.xml --jdepend-xml=jdepend.xml .