Fix some module links

This commit is contained in:
ahocevar
2018-04-27 07:22:13 +02:00
parent 59d904e509
commit 3a365fab56
3 changed files with 15 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ import {assign} from '../obj.js';
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Note that with `module:ol/layer/BaseLayer` and all its subclasses, any property set in
* Note that with {@link module:ol/layer/Base} and all its subclasses, any property set in
* the options is set as a {@link module:ol/Object property on the layer object, so
* is observable, and has get/set accessors.
*