diff --git a/apidoc_config/Languages.txt b/apidoc_config/Languages.txt index aa9ce802fe..ce0f1075cb 100644 --- a/apidoc_config/Languages.txt +++ b/apidoc_config/Languages.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) # This is the Natural Docs languages file for this project. If you change # anything here, it will apply to THIS PROJECT ONLY. If you'd like to change diff --git a/apidoc_config/Menu.txt b/apidoc_config/Menu.txt index f0a42af4f2..9a755e59ce 100644 --- a/apidoc_config/Menu.txt +++ b/apidoc_config/Menu.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) Title: OpenLayers @@ -8,6 +8,22 @@ SubTitle: JavaScript Mapping Library # Footer: [text] # If you want to add a copyright notice, this would be the place to do it. +# You can add a timestamp to your documentation like one of these: +# Timestamp: Generated on month day, year +# Timestamp: Updated mm/dd/yyyy +# Timestamp: Last updated mon day +# +# m - One or two digit month. January is "1" +# mm - Always two digit month. January is "01" +# mon - Short month word. January is "Jan" +# month - Long month word. January is "January" +# d - One or two digit day. 1 is "1" +# dd - Always two digit day. 1 is "01" +# day - Day with letter extension. 1 is "1st" +# yy - Two digit year. 2006 is "06" +# yyyy - Four digit year. 2006 is "2006" +# year - Four digit year. 2006 is "2006" + # -------------------------------------------------------------------------- # @@ -54,7 +70,6 @@ Group: OpenLayers { File: ArgParser (no auto-title, OpenLayers/Control/ArgParser.js) File: Attribution (no auto-title, OpenLayers/Control/Attribution.js) File: DragFeature (no auto-title, OpenLayers/Control/DragFeature.js) - File: DragPan (no auto-title, OpenLayers/Control/DragPan.js) File: DrawFeature (no auto-title, OpenLayers/Control/DrawFeature.js) File: EditingToolbar (no auto-title, OpenLayers/Control/EditingToolbar.js) File: KeyboardDefaults (no auto-title, OpenLayers/Control/KeyboardDefaults.js) @@ -72,27 +87,26 @@ Group: OpenLayers { File: Permalink (no auto-title, OpenLayers/Control/Permalink.js) File: Scale (no auto-title, OpenLayers/Control/Scale.js) File: SelectFeature (no auto-title, OpenLayers/Control/SelectFeature.js) - File: ZoomBox (no auto-title, OpenLayers/Control/ZoomBox.js) - File: ZoomToMaxExtent (no auto-title, OpenLayers/Control/ZoomToMaxExtent.js) } # Group: Control File: Events (no auto-title, OpenLayers/Events.js) Group: Feature { - File: Feature (OpenLayers/Feature.js) + File: Feature (no auto-title, OpenLayers/Feature.js) File: Vector (no auto-title, OpenLayers/Feature/Vector.js) File: WFS (no auto-title, OpenLayers/Feature/WFS.js) } # Group: Feature Group: Format { - File: Format (OpenLayers/Format.js) + File: Format.js (OpenLayers/Format.js) File: GeoJSON (no auto-title, OpenLayers/Format/GeoJSON.js) File: GeoRSS (no auto-title, OpenLayers/Format/GeoRSS.js) File: GML (no auto-title, OpenLayers/Format/GML.js) File: JSON (no auto-title, OpenLayers/Format/JSON.js) File: KML (no auto-title, OpenLayers/Format/KML.js) + File: Text (no auto-title, OpenLayers/Format/Text.js) File: WFS (no auto-title, OpenLayers/Format/WFS.js) File: WKT (no auto-title, OpenLayers/Format/WKT.js) File: XML (no auto-title, OpenLayers/Format/XML.js) @@ -100,7 +114,7 @@ Group: OpenLayers { Group: Geometry { - File: Geometry (OpenLayers/Geometry.js) + File: Geometry (no auto-title, OpenLayers/Geometry.js) File: Collection (no auto-title, OpenLayers/Geometry/Collection.js) File: Curve (no auto-title, OpenLayers/Geometry/Curve.js) File: LinearRing (no auto-title, OpenLayers/Geometry/LinearRing.js) @@ -116,8 +130,9 @@ Group: OpenLayers { Group: Handler { - File: Handler (OpenLayers/Handler.js) + File: Handler (no auto-title, OpenLayers/Handler.js) File: Box (no auto-title, OpenLayers/Handler/Box.js) + File: Click (no auto-title, OpenLayers/Handler/Click.js) File: Drag (no auto-title, OpenLayers/Handler/Drag.js) File: Feature (no auto-title, OpenLayers/Handler/Feature.js) File: Keyboard (no auto-title, OpenLayers/Handler/Keyboard.js) @@ -132,7 +147,7 @@ Group: OpenLayers { Group: Layer { - File: Layer (OpenLayers/Layer.js) + File: Layer (no auto-title, OpenLayers/Layer.js) File: Boxes (no auto-title, OpenLayers/Layer/Boxes.js) File: EventPane (no auto-title, OpenLayers/Layer/EventPane.js) File: FixedZoomLevels (no auto-title, OpenLayers/Layer/FixedZoomLevels.js) @@ -164,11 +179,13 @@ Group: OpenLayers { Group: Marker { - File: Marker (OpenLayers/Marker.js) + File: Marker (no auto-title, OpenLayers/Marker.js) File: Box (no auto-title, OpenLayers/Marker/Box.js) } # Group: Marker File: Projection (no auto-title, OpenLayers/Projection.js) + File: Rule (no auto-title, OpenLayers/Rule.js) + File: Style (no auto-title, OpenLayers/Style.js) Group: Popup { @@ -187,11 +204,18 @@ Group: OpenLayers { Group: Tile { - File: Tile (OpenLayers/Tile.js) + File: Tile (no auto-title, OpenLayers/Tile.js) File: Image (no auto-title, OpenLayers/Tile/Image.js) File: WFS (no auto-title, OpenLayers/Tile/WFS.js) } # Group: Tile + Group: Rule { + + File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) + File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) + File: Logical (no auto-title, OpenLayers/Rule/Logical.js) + } # Group: Rule + File: Util (OpenLayers/Util.js) } # Group: OpenLayers diff --git a/apidoc_config/Topics.txt b/apidoc_config/Topics.txt index 3de15ab0bb..9c8580c879 100644 --- a/apidoc_config/Topics.txt +++ b/apidoc_config/Topics.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) # This is the Natural Docs topics file for this project. If you change anything # here, it will apply to THIS PROJECT ONLY. If you'd like to change something @@ -58,9 +58,6 @@ Ignore Keywords: # Class Hierarchy: [yes|no] # Whether the topics are part of the class hierarchy. Defaults to no. # -# Variable Type: [yes|no] -# Whether the topics can be a variable type. Defaults to no. -# # Page Title If First: [yes|no] # Whether the topic's title becomes the page title if it's the first one in # a file. Defaults to no. diff --git a/doc_config/Languages.txt b/doc_config/Languages.txt index aa9ce802fe..ce0f1075cb 100644 --- a/doc_config/Languages.txt +++ b/doc_config/Languages.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) # This is the Natural Docs languages file for this project. If you change # anything here, it will apply to THIS PROJECT ONLY. If you'd like to change diff --git a/doc_config/Menu.txt b/doc_config/Menu.txt index 9493377953..76e56970c2 100644 --- a/doc_config/Menu.txt +++ b/doc_config/Menu.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) Title: OpenLayers @@ -8,6 +8,22 @@ SubTitle: JavaScript Mapping Library # Footer: [text] # If you want to add a copyright notice, this would be the place to do it. +# You can add a timestamp to your documentation like one of these: +# Timestamp: Generated on month day, year +# Timestamp: Updated mm/dd/yyyy +# Timestamp: Last updated mon day +# +# m - One or two digit month. January is "1" +# mm - Always two digit month. January is "01" +# mon - Short month word. January is "Jan" +# month - Long month word. January is "January" +# d - One or two digit day. 1 is "1" +# dd - Always two digit day. 1 is "01" +# day - Day with letter extension. 1 is "1st" +# yy - Two digit year. 2006 is "06" +# yyyy - Four digit year. 2006 is "2006" +# year - Four digit year. 2006 is "2006" + # -------------------------------------------------------------------------- # @@ -80,19 +96,20 @@ Group: OpenLayers { Group: Feature { - File: Feature (OpenLayers/Feature.js) + File: Feature (no auto-title, OpenLayers/Feature.js) File: Vector (no auto-title, OpenLayers/Feature/Vector.js) File: WFS (no auto-title, OpenLayers/Feature/WFS.js) } # Group: Feature Group: Format { - File: Format (OpenLayers/Format.js) + File: Format (no auto-title, OpenLayers/Format.js) File: GeoJSON (no auto-title, OpenLayers/Format/GeoJSON.js) File: GeoRSS (no auto-title, OpenLayers/Format/GeoRSS.js) File: GML (no auto-title, OpenLayers/Format/GML.js) File: JSON (no auto-title, OpenLayers/Format/JSON.js) File: KML (no auto-title, OpenLayers/Format/KML.js) + File: Text (no auto-title, OpenLayers/Format/Text.js) File: WFS (no auto-title, OpenLayers/Format/WFS.js) File: WKT (no auto-title, OpenLayers/Format/WKT.js) File: XML (no auto-title, OpenLayers/Format/XML.js) @@ -100,7 +117,7 @@ Group: OpenLayers { Group: Geometry { - File: Geometry (OpenLayers/Geometry.js) + File: Geometry (no auto-title, OpenLayers/Geometry.js) File: Collection (no auto-title, OpenLayers/Geometry/Collection.js) File: Curve (no auto-title, OpenLayers/Geometry/Curve.js) File: LinearRing (no auto-title, OpenLayers/Geometry/LinearRing.js) @@ -116,8 +133,9 @@ Group: OpenLayers { Group: Handler { - File: Handler (OpenLayers/Handler.js) + File: Handler (no auto-title, OpenLayers/Handler.js) File: Box (no auto-title, OpenLayers/Handler/Box.js) + File: Click (no auto-title, OpenLayers/Handler/Click.js) File: Drag (no auto-title, OpenLayers/Handler/Drag.js) File: Feature (no auto-title, OpenLayers/Handler/Feature.js) File: Keyboard (no auto-title, OpenLayers/Handler/Keyboard.js) @@ -132,7 +150,7 @@ Group: OpenLayers { Group: Layer { - File: Layer (OpenLayers/Layer.js) + File: Layer (no auto-title, OpenLayers/Layer.js) File: Boxes (no auto-title, OpenLayers/Layer/Boxes.js) File: EventPane (no auto-title, OpenLayers/Layer/EventPane.js) File: FixedZoomLevels (no auto-title, OpenLayers/Layer/FixedZoomLevels.js) @@ -169,6 +187,8 @@ Group: OpenLayers { } # Group: Marker File: Projection (no auto-title, OpenLayers/Projection.js) + File: Rule (no auto-title, OpenLayers/Rule.js) + File: Style (no auto-title, OpenLayers/Style.js) Group: Popup { @@ -187,11 +207,18 @@ Group: OpenLayers { Group: Tile { - File: Tile (OpenLayers/Tile.js) + File: Tile (no auto-title, OpenLayers/Tile.js) File: Image (no auto-title, OpenLayers/Tile/Image.js) File: WFS (no auto-title, OpenLayers/Tile/WFS.js) } # Group: Tile + Group: Rule { + + File: Comparison (no auto-title, OpenLayers/Rule/Comparison.js) + File: FeatureId (no auto-title, OpenLayers/Rule/FeatureId.js) + File: Logical (no auto-title, OpenLayers/Rule/Logical.js) + } # Group: Rule + File: Util (OpenLayers/Util.js) } # Group: OpenLayers diff --git a/doc_config/Topics.txt b/doc_config/Topics.txt index e7dc0c6fdc..2823c71795 100644 --- a/doc_config/Topics.txt +++ b/doc_config/Topics.txt @@ -1,4 +1,4 @@ -Format: 1.35 +Format: Development Release 12-07-2007 (1.35 base) # This is the Natural Docs topics file for this project. If you change anything # here, it will apply to THIS PROJECT ONLY. If you'd like to change something @@ -55,9 +55,6 @@ Format: 1.35 # Class Hierarchy: [yes|no] # Whether the topics are part of the class hierarchy. Defaults to no. # -# Variable Type: [yes|no] -# Whether the topics can be a variable type. Defaults to no. -# # Page Title If First: [yes|no] # Whether the topic's title becomes the page title if it's the first one in # a file. Defaults to no.