Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed May 19, 2014
1 parent cb4abc9 commit eb0aaf4
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Core/HermiteSpline.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ define([
* @param {Array} options.times The array of control point times.
* @param {Array} options.points The array of control points.
* @param {Cartesian3} options.firstTangent The outgoing tangent of the first control point.
* @para, {Cartesian3} options.lastTangent The incoming tangent of the last control point.
* @param {Cartesian3} options.lastTangent The incoming tangent of the last control point.
* @returns {HermiteSpline|LinearSpline} A hermite spline or a linear spline if less than 3 control points were given.
*
* @exception {DeveloperError} points, times, firstTangent and lastTangent are required.
Expand Down
4 changes: 0 additions & 4 deletions Source/Core/TileProviderError.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ define([
* of times the operation has been retried and will automatically retry if requested to do so by the
* event listeners.
*
* @methodof TileProviderError
*
* @param {TileProviderError} previousError The error instance returned by this function the last
* time it was called for this error, or undefined if this is the first time this error has
* occurred.
Expand Down Expand Up @@ -134,8 +132,6 @@ define([
* Handles success of an operation by resetting the retry count of a previous error, if any. This way,
* if the error occurs again in the future, the listeners will be informed that it has not yet been retried.
*
* @memberof TileProviderError
*
* @param {TileProviderError} previousError The previous error, or undefined if this operation has
* not previously resulted in an error.
*/
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/ArcGisMapServerImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof ArcGisMapServerImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/BingMapsImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. Setting this property to false reduces memory usage
* and texture upload time.
* @memberof BingMapsImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/GoogleEarthImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof GoogleEarthImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/GridImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof GridImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/ImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof ImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/OpenStreetMapImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof OpenStreetMapImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/SingleTileImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof SingleTileImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/TileCoordinatesImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. Setting this property to false reduces memory usage
* and texture upload time.
* @memberof TileCoordinatesImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/TileMapServiceImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof TileMapServiceImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down
1 change: 1 addition & 0 deletions Source/Scene/WebMapServiceImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ define([
* be ignored. If this property is true, any images without an alpha channel will be treated
* as if their alpha is 1.0 everywhere. When this property is false, memory usage
* and texture upload time are reduced.
* @memberof WebMapServiceImageryProvider.prototype
* @type {Boolean}
*/
hasAlphaChannel : {
Expand Down

0 comments on commit eb0aaf4

Please sign in to comment.