Merge pull request #3792 from marcjansen/group-docs

Link to correct layer base class
This commit is contained in:
Marc Jansen
2015-06-11 17:57:57 +02:00
+2 -2
View File
@@ -163,7 +163,7 @@ ol.layer.Group.prototype.handleLayersRemove_ = function(collectionEvent) {
* Returns the {@link ol.Collection collection} of {@link ol.layer.Layer layers} * Returns the {@link ol.Collection collection} of {@link ol.layer.Layer layers}
* in this group. * in this group.
* @return {!ol.Collection.<ol.layer.Base>} Collection of * @return {!ol.Collection.<ol.layer.Base>} Collection of
* {@link ol.layer.Layer layers} that are part of this group. * {@link ol.layer.Base layers} that are part of this group.
* @observable * @observable
* @api stable * @api stable
*/ */
@@ -177,7 +177,7 @@ ol.layer.Group.prototype.getLayers = function() {
* Set the {@link ol.Collection collection} of {@link ol.layer.Layer layers} * Set the {@link ol.Collection collection} of {@link ol.layer.Layer layers}
* in this group. * in this group.
* @param {!ol.Collection.<ol.layer.Base>} layers Collection of * @param {!ol.Collection.<ol.layer.Base>} layers Collection of
* {@link ol.layer.Layer layers} that are part of this group. * {@link ol.layer.Base layers} that are part of this group.
* @observable * @observable
* @api stable * @api stable
*/ */