X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=pdepend.sh;h=91852371d50212a01fe01a24c92a3c1b2393f407;hp=c6680b3eb3d3ace39b91c9df05563ae83cc1e7fb;hb=50d2890511eb23971eb4ee1e392748a42b066def;hpb=9cd3329316c26982e60338c52a947c69b639ba56 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 .