From e8fa5bd719367a38006beff9928650f356040588 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 30 Jun 2011 05:22:39 +0000 Subject: [PATCH] Playing along with the class game (for docs' sake). git-svn-id: http://svn.openlayers.org/trunk/openlayers@12135 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/CSWGetDomain.js | 6 +++--- lib/OpenLayers/Format/CSWGetRecords.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/OpenLayers/Format/CSWGetDomain.js b/lib/OpenLayers/Format/CSWGetDomain.js index 238264d13e..9dee01eee8 100644 --- a/lib/OpenLayers/Format/CSWGetDomain.js +++ b/lib/OpenLayers/Format/CSWGetDomain.js @@ -8,8 +8,8 @@ */ /** - * Function: OpenLayers.Format.CSWGetDomain. - * Default version is 2.0.2. + * Class: OpenLayers.Format.CSWGetDomain + * Default version is 2.0.2. * * Returns: * {} 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. */ OpenLayers.Format.CSWGetDomain.DEFAULTS = { diff --git a/lib/OpenLayers/Format/CSWGetRecords.js b/lib/OpenLayers/Format/CSWGetRecords.js index e2cecc67ba..1aadcfb964 100644 --- a/lib/OpenLayers/Format/CSWGetRecords.js +++ b/lib/OpenLayers/Format/CSWGetRecords.js @@ -8,8 +8,8 @@ */ /** - * Function: OpenLayers.Format.CSWGetRecords. - * Default version is 2.0.2. + * Class: OpenLayers.Format.CSWGetRecords + * Default version is 2.0.2. * * Returns: * {} 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. */ OpenLayers.Format.CSWGetRecords.DEFAULTS = {