Changeset 5517
- Timestamp:
- 12/19/07 17:15:32 (9 months ago)
- Files:
-
- trunk/openlayers/apidoc_config/Languages.txt (modified) (1 diff)
- trunk/openlayers/apidoc_config/Menu.txt (modified) (12 diffs)
- trunk/openlayers/apidoc_config/Topics.txt (modified) (2 diffs)
- trunk/openlayers/doc_config/Languages.txt (modified) (1 diff)
- trunk/openlayers/doc_config/Menu.txt (modified) (10 diffs)
- trunk/openlayers/doc_config/Topics.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/apidoc_config/Languages.txt
r3545 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 # This is the Natural Docs languages file for this project. If you change trunk/openlayers/apidoc_config/Menu.txt
r5410 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 … … 8 8 # Footer: [text] 9 9 # If you want to add a copyright notice, this would be the place to do it. 10 11 # You can add a timestamp to your documentation like one of these: 12 # Timestamp: Generated on month day, year 13 # Timestamp: Updated mm/dd/yyyy 14 # Timestamp: Last updated mon day 15 # 16 # m - One or two digit month. January is "1" 17 # mm - Always two digit month. January is "01" 18 # mon - Short month word. January is "Jan" 19 # month - Long month word. January is "January" 20 # d - One or two digit day. 1 is "1" 21 # dd - Always two digit day. 1 is "01" 22 # day - Day with letter extension. 1 is "1st" 23 # yy - Two digit year. 2006 is "06" 24 # yyyy - Four digit year. 2006 is "2006" 25 # year - Four digit year. 2006 is "2006" 10 26 11 27 … … 55 71 File: Attribution (no auto-title, OpenLayers/Control/Attribution.js) 56 72 File: DragFeature (no auto-title, OpenLayers/Control/DragFeature.js) 57 File: DragPan (no auto-title, OpenLayers/Control/DragPan.js)58 73 File: DrawFeature (no auto-title, OpenLayers/Control/DrawFeature.js) 59 74 File: EditingToolbar (no auto-title, OpenLayers/Control/EditingToolbar.js) … … 73 88 File: Scale (no auto-title, OpenLayers/Control/Scale.js) 74 89 File: SelectFeature (no auto-title, OpenLayers/Control/SelectFeature.js) 75 File: ZoomBox (no auto-title, OpenLayers/Control/ZoomBox.js)76 File: ZoomToMaxExtent (no auto-title, OpenLayers/Control/ZoomToMaxExtent.js)77 90 } # Group: Control 78 91 … … 81 94 Group: Feature { 82 95 83 File: Feature ( OpenLayers/Feature.js)96 File: Feature (no auto-title, OpenLayers/Feature.js) 84 97 File: Vector (no auto-title, OpenLayers/Feature/Vector.js) 85 98 File: WFS (no auto-title, OpenLayers/Feature/WFS.js) … … 88 101 Group: Format { 89 102 90 File: Format (OpenLayers/Format.js)103 File: Format.js (OpenLayers/Format.js) 91 104 File: GeoJSON (no auto-title, OpenLayers/Format/GeoJSON.js) 92 105 File: GeoRSS (no auto-title, OpenLayers/Format/GeoRSS.js) … … 94 107 File: JSON (no auto-title, OpenLayers/Format/JSON.js) 95 108 File: KML (no auto-title, OpenLayers/Format/KML.js) 109 File: Text (no auto-title, OpenLayers/Format/Text.js) 96 110 File: WFS (no auto-title, OpenLayers/Format/WFS.js) 97 111 File: WKT (no auto-title, OpenLayers/Format/WKT.js) … … 101 115 Group: Geometry { 102 116 103 File: Geometry ( OpenLayers/Geometry.js)117 File: Geometry (no auto-title, OpenLayers/Geometry.js) 104 118 File: Collection (no auto-title, OpenLayers/Geometry/Collection.js) 105 119 File: Curve (no auto-title, OpenLayers/Geometry/Curve.js) … … 117 131 Group: Handler { 118 132 119 File: Handler ( OpenLayers/Handler.js)133 File: Handler (no auto-title, OpenLayers/Handler.js) 120 134 File: Box (no auto-title, OpenLayers/Handler/Box.js) 135 File: Click (no auto-title, OpenLayers/Handler/Click.js) 121 136 File: Drag (no auto-title, OpenLayers/Handler/Drag.js) 122 137 File: Feature (no auto-title, OpenLayers/Handler/Feature.js) … … 133 148 Group: Layer { 134 149 135 File: Layer ( OpenLayers/Layer.js)150 File: Layer (no auto-title, OpenLayers/Layer.js) 136 151 File: Boxes (no auto-title, OpenLayers/Layer/Boxes.js) 137 152 File: EventPane (no auto-title, OpenLayers/Layer/EventPane.js) … … 165 180 Group: Marker { 166 181 167 File: Marker ( OpenLayers/Marker.js)182 File: Marker (no auto-title, OpenLayers/Marker.js) 168 183 File: Box (no auto-title, OpenLayers/Marker/Box.js) 169 184 } # Group: Marker 170 185 171 186 File: Projection (no auto-title, OpenLayers/Projection.js) 187 File: Rule (no auto-title, OpenLayers/Rule.js) 188 File: Style (no auto-title, OpenLayers/Style.js) 172 189 173 190 Group: Popup { … … 188 205 Group: Tile { 189 206 190 File: Tile ( OpenLayers/Tile.js)207 File: Tile (no auto-title, OpenLayers/Tile.js) 191 208 File: Image (no auto-title, OpenLayers/Tile/Image.js) 192 209 File: WFS (no auto-title, OpenLayers/Tile/WFS.js) 193 210 } # Group: Tile 211 212 Group: Rule { 213 214 File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) 215 File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) 216 File: Logical (no auto-title, OpenLayers/Rule/Logical.js) 217 } # Group: Rule 194 218 195 219 File: Util (OpenLayers/Util.js) trunk/openlayers/apidoc_config/Topics.txt
r3545 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 # This is the Natural Docs topics file for this project. If you change anything … … 59 59 # Whether the topics are part of the class hierarchy. Defaults to no. 60 60 # 61 # Variable Type: [yes|no]62 # Whether the topics can be a variable type. Defaults to no.63 #64 61 # Page Title If First: [yes|no] 65 62 # Whether the topic's title becomes the page title if it's the first one in trunk/openlayers/doc_config/Languages.txt
r3545 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 # This is the Natural Docs languages file for this project. If you change trunk/openlayers/doc_config/Menu.txt
r5410 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 … … 8 8 # Footer: [text] 9 9 # If you want to add a copyright notice, this would be the place to do it. 10 11 # You can add a timestamp to your documentation like one of these: 12 # Timestamp: Generated on month day, year 13 # Timestamp: Updated mm/dd/yyyy 14 # Timestamp: Last updated mon day 15 # 16 # m - One or two digit month. January is "1" 17 # mm - Always two digit month. January is "01" 18 # mon - Short month word. January is "Jan" 19 # month - Long month word. January is "January" 20 # d - One or two digit day. 1 is "1" 21 # dd - Always two digit day. 1 is "01" 22 # day - Day with letter extension. 1 is "1st" 23 # yy - Two digit year. 2006 is "06" 24 # yyyy - Four digit year. 2006 is "2006" 25 # year - Four digit year. 2006 is "2006" 10 26 11 27 … … 81 97 Group: Feature { 82 98 83 File: Feature ( OpenLayers/Feature.js)99 File: Feature (no auto-title, OpenLayers/Feature.js) 84 100 File: Vector (no auto-title, OpenLayers/Feature/Vector.js) 85 101 File: WFS (no auto-title, OpenLayers/Feature/WFS.js) … … 88 104 Group: Format { 89 105 90 File: Format ( OpenLayers/Format.js)106 File: Format (no auto-title, OpenLayers/Format.js) 91 107 File: GeoJSON (no auto-title, OpenLayers/Format/GeoJSON.js) 92 108 File: GeoRSS (no auto-title, OpenLayers/Format/GeoRSS.js) … … 94 110 File: JSON (no auto-title, OpenLayers/Format/JSON.js) 95 111 File: KML (no auto-title, OpenLayers/Format/KML.js) 112 File: Text (no auto-title, OpenLayers/Format/Text.js) 96 113 File: WFS (no auto-title, OpenLayers/Format/WFS.js) 97 114 File: WKT (no auto-title, OpenLayers/Format/WKT.js) … … 101 118 Group: Geometry { 102 119 103 File: Geometry ( OpenLayers/Geometry.js)120 File: Geometry (no auto-title, OpenLayers/Geometry.js) 104 121 File: Collection (no auto-title, OpenLayers/Geometry/Collection.js) 105 122 File: Curve (no auto-title, OpenLayers/Geometry/Curve.js) … … 117 134 Group: Handler { 118 135 119 File: Handler ( OpenLayers/Handler.js)136 File: Handler (no auto-title, OpenLayers/Handler.js) 120 137 File: Box (no auto-title, OpenLayers/Handler/Box.js) 138 File: Click (no auto-title, OpenLayers/Handler/Click.js) 121 139 File: Drag (no auto-title, OpenLayers/Handler/Drag.js) 122 140 File: Feature (no auto-title, OpenLayers/Handler/Feature.js) … … 133 151 Group: Layer { 134 152 135 File: Layer ( OpenLayers/Layer.js)153 File: Layer (no auto-title, OpenLayers/Layer.js) 136 154 File: Boxes (no auto-title, OpenLayers/Layer/Boxes.js) 137 155 File: EventPane (no auto-title, OpenLayers/Layer/EventPane.js) … … 170 188 171 189 File: Projection (no auto-title, OpenLayers/Projection.js) 190 File: Rule (no auto-title, OpenLayers/Rule.js) 191 File: Style (no auto-title, OpenLayers/Style.js) 172 192 173 193 Group: Popup { … … 188 208 Group: Tile { 189 209 190 File: Tile ( OpenLayers/Tile.js)210 File: Tile (no auto-title, OpenLayers/Tile.js) 191 211 File: Image (no auto-title, OpenLayers/Tile/Image.js) 192 212 File: WFS (no auto-title, OpenLayers/Tile/WFS.js) 193 213 } # Group: Tile 214 215 Group: Rule { 216 217 File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) 218 File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) 219 File: Logical (no auto-title, OpenLayers/Rule/Logical.js) 220 } # Group: Rule 194 221 195 222 File: Util (OpenLayers/Util.js) trunk/openlayers/doc_config/Topics.txt
r3545 r5517 1 Format: 1.351 Format: Development Release 12-07-2007 (1.35 base) 2 2 3 3 # This is the Natural Docs topics file for this project. If you change anything … … 56 56 # Whether the topics are part of the class hierarchy. Defaults to no. 57 57 # 58 # Variable Type: [yes|no]59 # Whether the topics can be a variable type. Defaults to no.60 #61 58 # Page Title If First: [yes|no] 62 59 # Whether the topic's title becomes the page title if it's the first one in
