Playing along with the class game (for docs' sake).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12135 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function: OpenLayers.Format.CSWGetDomain.
|
* Class: OpenLayers.Format.CSWGetDomain
|
||||||
* Default version is 2.0.2.
|
* Default version is 2.0.2.
|
||||||
*
|
*
|
||||||
* Returns:
|
* Returns:
|
||||||
* {<OpenLayers.Format>} A CSWGetDomain format of the given version.
|
* {<OpenLayers.Format>} A CSWGetDomain format of the given version.
|
||||||
@@ -26,7 +26,7 @@ OpenLayers.Format.CSWGetDomain = function(options) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: OpenLayers.Format.CSWGetDomain.DEFAULTS
|
* Constant: DEFAULTS
|
||||||
* {Object} Default properties for the CSWGetDomain format.
|
* {Object} Default properties for the CSWGetDomain format.
|
||||||
*/
|
*/
|
||||||
OpenLayers.Format.CSWGetDomain.DEFAULTS = {
|
OpenLayers.Format.CSWGetDomain.DEFAULTS = {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function: OpenLayers.Format.CSWGetRecords.
|
* Class: OpenLayers.Format.CSWGetRecords
|
||||||
* Default version is 2.0.2.
|
* Default version is 2.0.2.
|
||||||
*
|
*
|
||||||
* Returns:
|
* Returns:
|
||||||
* {<OpenLayers.Format>} A CSWGetRecords format of the given version.
|
* {<OpenLayers.Format>} A CSWGetRecords format of the given version.
|
||||||
@@ -26,7 +26,7 @@ OpenLayers.Format.CSWGetRecords = function(options) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: OpenLayers.Format.CSWGetRecords.DEFAULTS
|
* Constant: DEFAULTS
|
||||||
* {Object} Default properties for the CSWGetRecords format.
|
* {Object} Default properties for the CSWGetRecords format.
|
||||||
*/
|
*/
|
||||||
OpenLayers.Format.CSWGetRecords.DEFAULTS = {
|
OpenLayers.Format.CSWGetRecords.DEFAULTS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user