Sun, 31 Dec 2023 17:08:39 +0100
Corrected some source documentation issues.
--- a/src/eric7/DocumentationTools/QtHelpGenerator.py Sun Dec 31 17:04:57 2023 +0100 +++ b/src/eric7/DocumentationTools/QtHelpGenerator.py Sun Dec 31 17:08:39 2023 +0100 @@ -86,7 +86,6 @@ @param filterName name of the custom filter @type str @param filterAttributes ':' separated list of filter attributes - @type str @param title title to be used for the generated help @type str
--- a/src/eric7/EricWidgets/EricMapWidget.py Sun Dec 31 17:04:57 2023 +0100 +++ b/src/eric7/EricWidgets/EricMapWidget.py Sun Dec 31 17:08:39 2023 +0100 @@ -346,7 +346,6 @@ @param position scrollbar position to convert @type int @param slider flag indicating to calculate the result for the slider - @type bool @return scrollbar value @rtype int
--- a/src/eric7/PluginManager/PluginExceptions.py Sun Dec 31 17:04:57 2023 +0100 +++ b/src/eric7/PluginManager/PluginExceptions.py Sun Dec 31 17:08:39 2023 +0100 @@ -144,7 +144,6 @@ @param name name of the plugin module @type str @param class_ name of the class not satisfying the requirements - @type str @param missing description of the missing element @type str
--- a/src/eric7/Project/Project.py Sun Dec 31 17:04:57 2023 +0100 +++ b/src/eric7/Project/Project.py Sun Dec 31 17:08:39 2023 +0100 @@ -5795,7 +5795,6 @@ @param fn filename or directory name added @type str @param updateModel flag indicating an update of the model is requested - @type bool """ self.projectFileAdded.emit(fn, "OTHERS") @@ -5871,7 +5870,6 @@ @param vcsSystem type of VCS to be used @type str @param nooverride flag indicating to ignore an override request - @type bool @return a reference to the vcs object @rtype VersionControl
--- a/src/eric7/WebBrowser/Sync/SyncManager.py Sun Dec 31 17:04:57 2023 +0100 +++ b/src/eric7/WebBrowser/Sync/SyncManager.py Sun Dec 31 17:08:39 2023 +0100 @@ -67,7 +67,6 @@ Public method to load the settings. @param forceUpload flag indicating a forced upload of the files - @type bool """ if self.__handler is not None: