Thu, 28 Jan 2021 11:53:25 +0100
Corrected some code documentation strings.
--- a/eric6/MultiProject/MultiProjectFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/MultiProject/MultiProjectFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -32,7 +32,7 @@ @param multiProject reference to the multi project object @type MultiProject - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(MultiProjectFile, self).__init__(parent)
--- a/eric6/Project/DebuggerPropertiesFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Project/DebuggerPropertiesFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -32,7 +32,7 @@ @param project reference to the project object @type Project - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(DebuggerPropertiesFile, self).__init__(parent)
--- a/eric6/Project/ProjectFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Project/ProjectFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -31,7 +31,7 @@ @param project reference to the project object @type Project - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(ProjectFile, self).__init__(parent)
--- a/eric6/Project/UserProjectFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Project/UserProjectFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -31,7 +31,7 @@ @param project reference to the project object @type Project - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(UserProjectFile, self).__init__(parent)
--- a/eric6/Sessions/SessionFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Sessions/SessionFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -30,7 +30,7 @@ @param isGlobal flag indicating a file for a global session @type bool - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(SessionFile, self).__init__(parent)
--- a/eric6/Tasks/TasksFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Tasks/TasksFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -29,7 +29,7 @@ @param isGlobal flag indicating a file for global tasks @type bool - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(TasksFile, self).__init__(parent)