diff --git a/docs/config_misc.html b/docs/config_misc.html index db27670c3..1ccd8ae34 100644 --- a/docs/config_misc.html +++ b/docs/config_misc.html @@ -487,10 +487,10 @@ like 1.

WARNING: This is a very powerful and flexible check, but, at the same time, it is low level and very implementation dependent - because its results depend on grammar we use to build abstract - syntactic tree. Thus we recomend to use other checks in case - they provide desired funcionality. All in all, this check just - works on level of abstract tree and knows nothing about language + because its results depend on the grammar we use to build abstract + syntax trees. Thus we recomend using other checks when + they provide the desired funcionality. All in all, this check just + works on the level of an abstract tree and knows nothing about language structures.

@@ -511,7 +511,7 @@ like 1. limitedTokens - set of tokens which occurance as descendant is limited + set of tokens with limited occurances as descendants subset of tokens declared in TokenTypes empty set @@ -560,7 +560,7 @@ like 1. <property name="tokens" value="EQUAL,NOT_EQUAL"/> <property name="limitedTokens" value="STRING_LITERAL"/> <property name="maximumNumber" value="0"/> - <property name="maximumDepth" value="1"/&dt; + <property name="maximumDepth" value="1"/> </module> Switch with no default: @@ -571,7 +571,7 @@ like 1. <property name="minimumNumber" value="1"/> </module> - Assert statement may have side effects: + Assert statement may have side effects (formatted for browser display): <module name="DescendantToken"> <property name="tokens" value="LITERAL_ASSERT"/> <property name="limitedTokens" value="ASSIGN,DEC,INC,POST_DEC,