--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLClassDiagramBuilder.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLClassDiagramBuilder.html Thu May 25 19:52:31 2023 +0200 @@ -84,7 +84,7 @@ </tr> <tr> <td><a href="#UMLClassDiagramBuilder.fromDict">fromDict</a></td> -<td>Public method to populate the class with data persisted by 'toDict()'.</td> +<td></td> </tr> <tr> <td><a href="#UMLClassDiagramBuilder.initialize">initialize</a></td> @@ -92,7 +92,7 @@ </tr> <tr> <td><a href="#UMLClassDiagramBuilder.parsePersistenceData">parsePersistenceData</a></td> -<td>Public method to parse persisted data.</td> +<td></td> </tr> <tr> <td><a href="#UMLClassDiagramBuilder.toDict">toDict</a></td> @@ -271,33 +271,6 @@ <h4>UMLClassDiagramBuilder.fromDict</h4> <b>fromDict</b>(<i>version, data</i>) -<p> - Public method to populate the class with data persisted by 'toDict()'. -</p> -<dl> - -<dt><i>version</i> (str)</dt> -<dd> -version of the data -</dd> -<dt><i>data</i> (dict)</dt> -<dd> -dictionary containing the persisted data -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -tuple containing a flag indicating success and an info - message in case the diagram belongs to a different project -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of (bool, str) -</dd> -</dl> <a NAME="UMLClassDiagramBuilder.initialize" ID="UMLClassDiagramBuilder.initialize"></a> <h4>UMLClassDiagramBuilder.initialize</h4> <b>initialize</b>(<i></i>) @@ -309,32 +282,6 @@ <h4>UMLClassDiagramBuilder.parsePersistenceData</h4> <b>parsePersistenceData</b>(<i>version, data</i>) -<p> - Public method to parse persisted data. -</p> -<dl> - -<dt><i>version</i> (str)</dt> -<dd> -version of the data -</dd> -<dt><i>data</i> (str)</dt> -<dd> -persisted data to be parsed -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -flag indicating success -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <a NAME="UMLClassDiagramBuilder.toDict" ID="UMLClassDiagramBuilder.toDict"></a> <h4>UMLClassDiagramBuilder.toDict</h4> <b>toDict</b>(<i></i>)