List subclasses for each class

With this change, we no longer need to link to implementations
or subclasses manually.
This commit is contained in:
Andreas Hocevar
2014-05-03 15:32:39 -04:00
parent db5b2e284a
commit 0f072c0ec1
6 changed files with 26 additions and 15 deletions
+1 -2
View File
@@ -41,8 +41,7 @@ ol.layer.LayerState;
/**
* Base class for all layers. The most basic implementation is
* {@link ol.layer.Layer}. See {@link ol.layer} for all implementations.
* Base class for all layers.
* @constructor
* @extends {ol.Object}
* @param {olx.layer.BaseOptions} options Layer options.