diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html --- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -389,7 +389,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> keyword node </dd> @@ -508,7 +508,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> logging level </dd> @@ -534,7 +534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the function call uses format </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside the extra keyword </dd> @@ -579,7 +579,7 @@ Private method to check, if we are inside a logging argument. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside a logging argument </dd> @@ -598,7 +598,7 @@ Private method to check, if we are inside a logging statement. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside a logging statement </dd> @@ -987,7 +987,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to check the node </dd> @@ -1032,7 +1032,7 @@ Private method to generate an AST for our source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated AST </dd> @@ -1051,7 +1051,7 @@ Private method to get the defined coding of the source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the line number and the coding </dd> @@ -1077,7 +1077,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> format field information as a tuple with fields, implicit field definitions present and explicit field definitions present @@ -1104,7 +1104,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code </dd> @@ -1193,7 +1193,7 @@ Public method to return the extracted names and Name nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the names as keys and the list of nodes </dd> @@ -1443,7 +1443,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of references </dd> @@ -1469,7 +1469,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the node contains a False value </dd> @@ -1495,7 +1495,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the node contains a None value </dd> @@ -1514,7 +1514,7 @@ Private method to check the existance of a return result. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of a return result </dd> @@ -1575,7 +1575,7 @@ Public method to get the Assign nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1595,7 +1595,7 @@ Public method to get the References nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1615,7 +1615,7 @@ Public method to get the Return nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1833,7 +1833,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1863,7 +1863,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -2211,13 +2211,13 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> call path components </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> str </dd>