X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pdepend.sh;h=91852371d50212a01fe01a24c92a3c1b2393f407;hb=1c40ea1a2fc24edbb8c96c10e48ddd9abed880f3;hp=c6680b3eb3d3ace39b91c9df05563ae83cc1e7fb;hpb=9cd3329316c26982e60338c52a947c69b639ba56;p=shipsimu.git diff --git a/pdepend.sh b/pdepend.sh index c6680b3..9185237 100755 --- a/pdepend.sh +++ b/pdepend.sh @@ -5,4 +5,6 @@ if ! test -e `which pdepend`; then 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 . +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 .