diff -r 0119e3818e12 -r 4404a96762c1 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Mon May 19 17:34:52 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Mon May 19 17:35:57 2025 +0200 @@ -268,6 +268,11 @@ <p> Private method to determine the annotation complexity. </p> +<p> + It recursively counts the complexity of annotation nodes. When + annotations are written as strings, it additionally parses them + to 'ast' nodes. +</p> <dl> @@ -276,9 +281,9 @@ reference to the node to determine the annotation complexity for </dd> -<dt><i>defaultComplexity</i> (int)</dt> +<dt><i>defaultComplexity</i> (int (optional))</dt> <dd> -default complexity value +default complexity value (defaults to 1) </dd> </dl> <dl> @@ -299,6 +304,10 @@ <p> Private method to determine the annotation length. </p> +<p> + It recursively counts the length of annotation nodes. When annotations + are written as strings, it additionally parses them to 'ast' nodes. +</p> <dl>