commit 6ba8be0946b220255da51f55aedfce3805a5f88b
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Tue Jun 27 12:10:56 2017 +0100

    Javadoc.

diff --git a/src/main/java/org/distorted/library/effect/VertexEffectWave.java b/src/main/java/org/distorted/library/effect/VertexEffectWave.java
index 0315dd1..96c6109 100644
--- a/src/main/java/org/distorted/library/effect/VertexEffectWave.java
+++ b/src/main/java/org/distorted/library/effect/VertexEffectWave.java
@@ -227,7 +227,7 @@ public class VertexEffectWave extends VertexEffect
 /**
  * Directional, sinusoidal wave effect.
  *
- * @param wave   see {@link VertexEffectWave(Data5D,Data3D)}
+ * @param wave   see {@link #VertexEffectWave(Data5D,Data3D)}
  * @param center 3-dimensional Data that, at any given time, returns the Center of the Effect.
  */
   public VertexEffectWave(Data5D wave, Data3D center)
diff --git a/src/main/java/org/distorted/library/message/EffectMessage.java b/src/main/java/org/distorted/library/message/EffectMessage.java
index 0f3416a..76523b4 100644
--- a/src/main/java/org/distorted/library/message/EffectMessage.java
+++ b/src/main/java/org/distorted/library/message/EffectMessage.java
@@ -32,7 +32,7 @@ public enum EffectMessage
 /**
  * The effect has been removed. This can happen if:
  * <ul>
- * <li> someone explicitly removed the effect with a call to {@link DistortedEffects#abortEffect(long)}
+ * <li> someone explicitly removed the effect with a call to {@link DistortedEffects#abortById(long)}
  *      (or one of the other 'abort' methods)
  * <li> the interpolation of the effect has finished and the end result is equal to the effect's unity.
  * </ul>    
diff --git a/src/main/java/org/distorted/library/program/FragmentUniformsException.java b/src/main/java/org/distorted/library/program/FragmentUniformsException.java
index ee883f0..b78fc70 100644
--- a/src/main/java/org/distorted/library/program/FragmentUniformsException.java
+++ b/src/main/java/org/distorted/library/program/FragmentUniformsException.java
@@ -26,7 +26,8 @@ import org.distorted.library.main.Distorted;
 /**
  *  Thrown by {@link Distorted#onCreate(android.content.Context)}
  *  if compilation of the fragment shader fails because of too many uniforms there, i.e. because
- *  we have set {@link Distorted#setMaxFragment(int)} to too high value.
+ *  we have set {@link DistortedEffects#setMax(org.distorted.library.effect.EffectType.FRAGMENT, int)}
+ *  to too high value.
  */
 
 @SuppressWarnings("serial")
diff --git a/src/main/java/org/distorted/library/program/VertexUniformsException.java b/src/main/java/org/distorted/library/program/VertexUniformsException.java
index b81aa61..67db105 100644
--- a/src/main/java/org/distorted/library/program/VertexUniformsException.java
+++ b/src/main/java/org/distorted/library/program/VertexUniformsException.java
@@ -26,7 +26,8 @@ import org.distorted.library.main.Distorted;
 /**
  *  Thrown by {@link Distorted#onCreate(android.content.Context)}
  *  if compilation of the Vertex Shader fails because of too many uniforms there, i.e. because
- *  we have set {@link Distorted#setMaxVertex(int)} to too high value.
+ *  we have set {@link DistortedEffects#setMax(org.distorted.library.effect.EffectType.VERTEX, int)}
+ *  to too high value.
  */
 
 @SuppressWarnings("serial")
