Corrected a source docu error in the lexers package.

Sun, 04 May 2014 18:14:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 May 2014 18:14:49 +0200
changeset 3556
40e205ef1470
parent 3555
43473ba956ce
child 3557
3ea8ba471d96

Corrected a source docu error in the lexers package.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric5.QScintilla.Lexers.__init__.html file | annotate | diff | comparison | revisions
QScintilla/Lexers/__init__.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Sun May 04 18:07:57 2014 +0200
+++ b/Documentation/Source/eric5.QScintilla.Lexers.__init__.html	Sun May 04 18:14:49 2014 +0200
@@ -205,7 +205,7 @@
 <dt>Returns:</dt>
 <dd>
 dictionary of supported lexer languages. The keys are the
-        internal language names. The items are lists of two entries.
+        internal language names. The items are lists of three entries.
         The first is the display string for the language, the second
         is a dummy file name, which can be used to derive the lexer, and
         the third is the name of an icon file.
--- a/QScintilla/Lexers/__init__.py	Sun May 04 18:07:57 2014 +0200
+++ b/QScintilla/Lexers/__init__.py	Sun May 04 18:14:49 2014 +0200
@@ -73,7 +73,7 @@
     Module function to get a dictionary of supported lexer languages.
     
     @return dictionary of supported lexer languages. The keys are the
-        internal language names. The items are lists of two entries.
+        internal language names. The items are lists of three entries.
         The first is the display string for the language, the second
         is a dummy file name, which can be used to derive the lexer, and
         the third is the name of an icon file.

eric ide

mercurial