--- a/Documentation/Source/eric5.QScintilla.Lexers.__init__.html Sun Apr 17 19:07:20 2011 +0200 +++ b/Documentation/Source/eric5.QScintilla.Lexers.__init__.html Sun Apr 17 19:57:43 2011 +0200 @@ -39,7 +39,7 @@ <td>Private module function to instantiate a pygments lexer.</td> </tr><tr> <td><a href="#getDefaultLexerAssociations">getDefaultLexerAssociations</a></td> -<td></td> +<td>Module function to get a dictionary with the default associations.</td> </tr><tr> <td><a href="#getLexer">getLexer</a></td> <td>Module function to instantiate a lexer object for a given language.</td> @@ -85,7 +85,14 @@ <a NAME="getDefaultLexerAssociations" ID="getDefaultLexerAssociations"></a> <h2>getDefaultLexerAssociations</h2> <b>getDefaultLexerAssociations</b>(<i></i>) - +<p> + Module function to get a dictionary with the default associations. +</p><dl> +<dt>Returns:</dt> +<dd> +dictionary with the default lexer associations +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="getLexer" ID="getLexer"></a>