--- a/eric6/Graphics/UMLDiagramBuilder.py Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Graphics/UMLDiagramBuilder.py Tue May 04 20:03:40 2021 +0200 @@ -18,9 +18,12 @@ """ Constructor - @param dialog reference to the UML dialog (UMLDialog) - @param view reference to the view object (UMLGraphicsView) - @param project reference to the project object (Project) + @param dialog reference to the UML dialog + @type UMLDialog + @param view reference to the view object + @type UMLGraphicsView + @param project reference to the project object + @type Project """ super().__init__(dialog) @@ -50,7 +53,8 @@ """ Public method to get a string for data to be persisted. - @return persisted data string (string) + @return persisted data string + @rtype str """ return "" @@ -58,8 +62,11 @@ """ Public method to parse persisted data. - @param version version of the data (string) - @param data persisted data to be parsed (string) - @return flag indicating success (boolean) + @param version version of the data + @type str + @param data persisted data to be parsed + @type str + @return flag indicating success + @rtype bool """ return True