OpenLayers OpenLayers

Changeset 5306

Show
Ignore:
Timestamp:
11/30/07 12:50:02 (1 year ago)
Author:
ahocevar
Message:

updated NaturalDocs comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ahocevar/styles/lib/OpenLayers/Rule/Logical.js

    r5298 r5306  
    1818    /** 
    1919     * APIProperty: children 
    20      * {Array(<OpenLayers.Rule.Logical>)} child rules for this rule 
     20     * {Array(<OpenLayers.Rule>)} child rules for this rule 
    2121     */ 
    2222    children: null,  
     
    2424    /** 
    2525     * APIProperty: type 
    26      * {String} type of logical operator. 
     26     * {String} type of logical operator. Available types are: 
     27     * - OpenLayers.Rule.Locical.AND = "&&"; 
     28     * - OpenLayers.Rule.Logical.OR  = "||"; 
     29     * - OpenLayers.Rule.Logical.NOT = "!"; 
    2730     */ 
    2831    type: null,