diff --git a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java index 46fb6317e..d58b873e3 100644 --- a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java +++ b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java @@ -63,12 +63,14 @@ public class Animation { } /** If this list or the timelines it contains are modified, the timelines must be set again to recompute the animation's bone - * indices and timeline property IDs. Setting this property computes the unique {@link #bones}. */ + * indices and timeline property IDs. + *
+ * See {@link #setTimelines(Array, IntArray)}. */
public Array
- * See {@link BoneTimeline#getBoneIndex()}. */
+ * See {@link #setTimelines(Array, IntArray)} and {@link BoneTimeline#getBoneIndex()}. */
public IntArray getBones () {
return bones;
}