diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -593,23 +593,9 @@ -Some rules can have child rules which are -then evaluated only if the parent rule matched. The entire matched -string will be given the attribute defined by the parent rule. A rule -with child rules looks like this: - - -<RuleName (attributes)> - <ChildRuleName (attributes) /> - ... -</RuleName> - - - Rule specific attributes varies and are described in the following sections. - Common attributes All rules have the following attributes in common and are @@ -777,29 +763,16 @@ Detect an integer number. <Int (common attributes) /> -This rule has no specific attributes. Child rules are typically -used to detect combinations of L and -U after the number, indicating the integer type -in program code. Actually all rules are allowed as child rules, though, -the DTD only allows the child rule StringDetect. -The following example matches integer numbers follows by the character 'L'. - -<Int attribute="Decimal" context="#stay" > - <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/> -</Int> - - +This rule has no specific attributes. Float Detect a floating point number. <Float (common attributes) /> -This rule has no specific attributes. AnyChar is -allowed as a child rule and typically used to detect combinations, see rule -Int for reference. +This rule has no specific attributes.