Commit e50e4b16 authored by iSergio's avatar iSergio
Browse files

Javadoc fixes.

parent 370e4591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,9 +63,9 @@ public class GeometryInstanceAttribute {
   * 
   * @param options {@link GeometryInstanceAttributeOptions}
   * @see ColorGeometryInstanceAttribute
   * @see ShowGeometryInstanceAttribute
   * @see DistanceDisplayConditionGeometryInstanceAttribute
   */
//  @see ShowGeometryInstanceAttribute
  @JsConstructor
  public GeometryInstanceAttribute(GeometryInstanceAttributeOptions options) {
  }
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ public class DebugCameraPrimitive extends Primitive {
  /**
   * User-defined value returned when the primitive is picked. Default: undefined
   * 
   * @see {org.cesiumjs.cs.scene.Scene#pick}
   * @see org.cesiumjs.cs.scene.Scene#pick
   */
  @JsProperty
  public Object id;
@@ -42,7 +42,7 @@ public class DebugCameraPrimitive extends Primitive {
  /**
   * Draws the outline of the camera's view frustum.
   * 
   * @param options object {@see }
   * @param options object
   */
  @JsConstructor
  public DebugCameraPrimitive(DebugCameraPrimitiveOptions options) {
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;

/**
 * Options for {@see org.cesiumjs.cs.scene.DebugCameraPrimitive}
 * Options for {@link org.cesiumjs.cs.scene.DebugCameraPrimitive}
 */
@JsType(isNative = true, namespace = JsPackage.GLOBAL, name = "Object")
public class DebugCameraPrimitiveOptions {
+2 −2
Original line number Diff line number Diff line
@@ -36,10 +36,10 @@ public class DirectionalLightOptions extends SunLightOptions {
  }

  /**
   * Constructor for {@link DirectionLightOptions}
   * Constructor for {@link org.cesiumjs.cs.scene.DirectionalLight}
   * 
   * @param direction
   * @return
   * @return options object
   */
  @JsOverlay
  public static DirectionalLightOptions create(Cartesian3 direction) {
+2 −2
Original line number Diff line number Diff line
@@ -195,9 +195,7 @@ public class ArcGisMapServerImageryProvider implements ImageryProvider {
   * @param options Options
   * @see BingMapsImageryProvider
   * @see GoogleEarthEnterpriseImageryProvider
   * @see Cesium#createOpenStreetMapImageryProvider
   * @see SingleTileImageryProvider
   * @see Cesium#createTileMapServiceImageryProvider
   * @see WebMapServiceImageryProvider
   * @see WebMapTileServiceImageryProvider
   * @see UrlTemplateImageryProvider
@@ -206,6 +204,8 @@ public class ArcGisMapServerImageryProvider implements ImageryProvider {
   *      Server REST API</a>
   * @see <a gref=\"https://www.w3.org/TR/cors/">Cross-Origin Resource Sharing</a>
   */
//  @see Cesium#createTileMapServiceImageryProvider
//  @see Cesium#createOpenStreetMapImageryProvider
  @JsConstructor
  public ArcGisMapServerImageryProvider(ArcGisMapServerImageryProviderOptions options) {
  }