diff -r 94fc661a54a2 -r 703452a2876f Graphics/PackageDiagramBuilder.py --- a/Graphics/PackageDiagramBuilder.py Sat Sep 28 17:40:42 2013 +0200 +++ b/Graphics/PackageDiagramBuilder.py Sat Sep 28 19:06:25 2013 +0200 @@ -271,6 +271,11 @@ Private method to arrange the shapes on the canvas. The algorithm is borrowed from Boa Constructor. + + @param nodes list of nodes to arrange + @param routes list of routes + @param whiteSpaceFactor factor to increase whitespace between + items (float) """ from . import GraphicsUtilities generations = GraphicsUtilities.sort(nodes, routes)