Merge pull request #527 from ahocevar/jsdoc-filtered
Only document the exported API, not every symbol. r=@elemoint
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
* @property {ol.RendererHint|undefined} renderer Renderer.
|
||||
* @property {Array.<ol.RendererHint>|undefined} renderers Renderers.
|
||||
* @property {Element|string} target The container for the map.
|
||||
* @property {ol.IView|undefined} view View.
|
||||
* @property {ol.IView|undefined} view The map's view. Currently
|
||||
* {@link ol.View2D} is available as view.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* @namespace ol.projection
|
||||
*/
|
||||
@@ -671,7 +671,7 @@ ol.projection.transformWithProjections =
|
||||
|
||||
/**
|
||||
* @param {ol.Proj4jsProjectionOptions} options Proj4js projection options.
|
||||
* @return {ol.Proj4jsProjection_} Proj4js projection.
|
||||
* @return {ol.Projection} Proj4js projection.
|
||||
*/
|
||||
ol.projection.configureProj4jsProjection = function(options) {
|
||||
goog.asserts.assert(!goog.object.containsKey(
|
||||
|
||||
Reference in New Issue
Block a user