Renamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several...
[shipsimu.git] / pdepend.sh
index c6680b3eb3d3ace39b91c9df05563ae83cc1e7fb..91852371d50212a01fe01a24c92a3c1b2393f407 100755 (executable)
@@ -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 .