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:
Tim Schaub
2011-06-30 05:22:39 +00:00
parent 366fd75d97
commit e8fa5bd719
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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 = {
+3 -3
View File
@@ -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 = {