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

View File

@@ -662,13 +662,12 @@ ol.Map.prototype.getOverlays = function() {
/**
* Gets the collection of
* {@link ol.interaction|ol.interaction.Interaction} instances
* associated with this map. Modifying this collection
* changes the interactions associated with the map.
* Gets the collection of {@link ol.interaction.Interaction} instances
* associated with this map. Modifying this collection changes the interactions
* associated with the map.
*
* Interactions are used for e.g. pan, zoom and rotate.
* @return {ol.Collection} Interactions.
* @return {ol.Collection} {@link ol.interaction.Interaction Interactions}.
* @todo api
*/
ol.Map.prototype.getInteractions = function() {