Skip to content

Commit

Permalink
Merge pull request #6209 from AnalyticalGraphicsInc/fix-doc
Browse files Browse the repository at this point in the history
Doc fixes
  • Loading branch information
ggetz authored Feb 12, 2018
2 parents fd7fbfd + 2199638 commit fdedfbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Credit.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define([
* @param {String} [options.text] The text to be displayed on the screen if no imageUrl is specified.
* @param {String} [options.imageUrl] The source location for an image
* @param {String} [options.link] A URL location for which the credit will be hyperlinked
* @param {String} [options.showOnScreen=false] If true, the credit will be visible in the main credit container. Otherwise, it will appear in a popover
* @param {Boolean} [options.showOnScreen=false] If true, the credit will be visible in the main credit container. Otherwise, it will appear in a popover
*
* @alias Credit
* @constructor
Expand Down
1 change: 1 addition & 0 deletions Source/Core/Plane.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ define([
* @param {Plane} plane The plane to project the point onto
* @param {Cartesian3} point The point to project onto the plane
* @param {Cartesian3} [result] The result point. If undefined, a new Cartesian3 will be created.
* @returns {Cartesian3} The modified result parameter or a new Cartesian3 instance if one was not provided.
*/
Plane.projectPointOntoPlane = function(plane, point, result) {
//>>includeStart('debug', pragmas.debug);
Expand Down

0 comments on commit fdedfbe

Please sign in to comment.