--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.__init__.html Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.__init__.html Sat Dec 19 15:22:26 2020 +0100 @@ -95,7 +95,7 @@ <dd> reference to the parent widget </dd> -<dt><i>name=</i></dt> +<dt><i>name</i></dt> <dd> name of the pygments lexer to use (string) </dd> @@ -169,7 +169,7 @@ <dd> reference to the parent object (QObject) </dd> -<dt><i>pyname=</i></dt> +<dt><i>pyname</i></dt> <dd> name of the pygments lexer to use (string) </dd> @@ -202,7 +202,7 @@ flag indicating the list should be returned as a string (boolean) </dd> -<dt><i>withAdditional=</i></dt> +<dt><i>withAdditional</i></dt> <dd> flag indicating to include additional filters defined by the user (boolean) @@ -236,7 +236,7 @@ flag indicating the list should be returned as a string (boolean) </dd> -<dt><i>withAdditional=</i></dt> +<dt><i>withAdditional</i></dt> <dd> flag indicating to include additional filters defined by the user (boolean) @@ -321,20 +321,20 @@ lexer. This function must take a reference to the parent as its only argument. </dd> -<dt><i>openFilters=</i></dt> +<dt><i>openFilters</i></dt> <dd> list of open file filters (list of strings) </dd> -<dt><i>saveFilters=</i></dt> +<dt><i>saveFilters</i></dt> <dd> list of save file filters (list of strings) </dd> -<dt><i>defaultAssocs=</i></dt> +<dt><i>defaultAssocs</i></dt> <dd> default lexer associations (list of strings of filename wildcard patterns to be associated with the lexer) </dd> -<dt><i>iconFileName=</i></dt> +<dt><i>iconFileName</i></dt> <dd> name of an icon file (string) </dd>