UI/Previewers/PreviewerHTML.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
--- a/UI/Previewers/PreviewerHTML.py	Sat May 17 19:58:49 2014 +0200
+++ b/UI/Previewers/PreviewerHTML.py	Sun May 18 14:13:09 2014 +0200
@@ -97,7 +97,7 @@
     
     def processEditor(self, editor=None):
         """
-        Private slot to process an editor's text.
+        Public slot to process an editor's text.
         
         @param editor editor to be processed (Editor)
         """
@@ -241,7 +241,7 @@
     
     def process(self, filePath, language, text, ssiEnabled, rootPath):
         """
-        Convert the given text to HTML.
+        Public method to convert the given text to HTML.
         
         @param filePath file path of the text (string)
         @param language language of the text (string)
@@ -262,7 +262,7 @@
     
     def run(self):
         """
-        Thread function to convert the stored data.
+        Public thread method to convert the stored data.
         """
         while True:
             # exits with break

eric ide

mercurial