Add standard docs text to abstract base classes

This commit is contained in:
Peter Robins
2014-06-14 07:20:33 -04:00
parent f1fe1a5ade
commit 75be215497
17 changed files with 44 additions and 16 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ ol.geom.GeometryLayout = {
/**
* @classdesc
* Abstract base class for vector geometries.
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Base class for vector geometries.
*
* @constructor
* @extends {ol.Observable}
+2 -1
View File
@@ -11,7 +11,8 @@ goog.require('ol.geom.flat.transform');
/**
* @classdesc
* Abstract base class for geometry objects
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
*
* @constructor
* @extends {ol.geom.Geometry}