From 9942dd1d2fd9da8ade30628881b29dcddbe45af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lozier?= Date: Wed, 13 Mar 2019 15:23:19 -0400 Subject: [PATCH] Documentation fixes --- Source/Core/TerrainProvider.js | 1 + Source/DataSources/PolylineGeometryUpdater.js | 2 +- Source/DataSources/PolylineGraphics.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Core/TerrainProvider.js b/Source/Core/TerrainProvider.js index efa99393e8de..b91d1343a293 100644 --- a/Source/Core/TerrainProvider.js +++ b/Source/Core/TerrainProvider.js @@ -229,6 +229,7 @@ define([ /** * Makes sure we load availability data for a tile + * @function * * @param {Number} x The X coordinate of the tile for which to request geometry. * @param {Number} y The Y coordinate of the tile for which to request geometry. diff --git a/Source/DataSources/PolylineGeometryUpdater.js b/Source/DataSources/PolylineGeometryUpdater.js index 4dfbea77392d..48d58ccffe29 100644 --- a/Source/DataSources/PolylineGeometryUpdater.js +++ b/Source/DataSources/PolylineGeometryUpdater.js @@ -344,7 +344,7 @@ define([ /** * Gets the zindex * @type {Number} - * @memberof GroundGeometryUpdater.prototype + * @memberof PolylineGeometryUpdater.prototype * @readonly */ zIndex: { diff --git a/Source/DataSources/PolylineGraphics.js b/Source/DataSources/PolylineGraphics.js index 2b019a79f895..215b033565f2 100644 --- a/Source/DataSources/PolylineGraphics.js +++ b/Source/DataSources/PolylineGraphics.js @@ -196,7 +196,7 @@ define([ /** * Gets or sets the zIndex Property specifying the ordering of the polyline. Only has an effect if `clampToGround` is true and polylines on terrain is supported. - * @memberof RectangleGraphics.prototype + * @memberof PolylineGraphics.prototype * @type {ConstantProperty} * @default 0 */