UI/CodeDocumentationViewer.py

changeset 5987
6e33e83b215d
parent 5963
14522ec8cd08
child 6048
82ad8ec9548c
--- a/UI/CodeDocumentationViewer.py	Sun Nov 19 14:43:20 2017 +0100
+++ b/UI/CodeDocumentationViewer.py	Sun Nov 19 19:14:51 2017 +0100
@@ -317,7 +317,6 @@
         if index == 0:
             self.__showDisabledMessage()
     
-    # TODO: document this hook in the plug-in document
     def registerProvider(self, providerName, providerDisplay, provider,
                          supported):
         """
@@ -344,7 +343,6 @@
         
         self.providerAdded.emit()
     
-    # TODO: document this hook in the plug-in document
     def unregisterProvider(self, providerName):
         """
         Public method register a source docu provider.
@@ -413,7 +411,6 @@
             self.__richTextViewer.clear()
             self.__providers[self.__selectedProvider][0](editor)
     
-    # TODO: document this hook in the plug-in document
     def documentationReady(self, documentationInfo, isWarning=False,
                            isDocWarning=False):
         """

eric ide

mercurial