--- a/eric6/Documentation/Source/eric6.Graphics.GraphicsUtilities.html Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.GraphicsUtilities.html Tue May 04 20:03:40 2021 +0200 @@ -98,7 +98,7 @@ </p> <dl> -<dt><i>routes</i></dt> +<dt><i>routes</i> (list of tuple of (str, str))</dt> <dd> list of routes between nodes </dd> @@ -109,6 +109,12 @@ dictionary of child and dictionary of parent relationships </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (dict, dict) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -128,15 +134,15 @@ </p> <dl> -<dt><i>nodes</i></dt> +<dt><i>nodes</i> (str)</dt> <dd> list of nodes to be sorted </dd> -<dt><i>routes</i></dt> +<dt><i>routes</i> (list of tuple of (str, str))</dt> <dd> list of routes between the nodes </dd> -<dt><i>noRecursion</i></dt> +<dt><i>noRecursion</i> (bool)</dt> <dd> flag indicating, if recursion errors should be raised </dd> @@ -148,6 +154,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +list of lists of str +</dd> +</dl> +<dl> <dt>Raises <b>RecursionError</b>:</dt> <dd>