commit d37250718a991347b8563524a3f0575de6eeaaf0
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Mon Feb 20 14:31:02 2017 +0000

    Exclude still more methods from public documentation.

diff --git a/src/main/java/org/distorted/library/DistortedNode.java b/src/main/java/org/distorted/library/DistortedNode.java
index ff57508..76a528c 100644
--- a/src/main/java/org/distorted/library/DistortedNode.java
+++ b/src/main/java/org/distorted/library/DistortedNode.java
@@ -376,6 +376,7 @@ public class DistortedNode implements DistortedAttacheable
  * DistortedAttacheable interface, which should really be a class that we extend here instead but
  * Java has no multiple inheritance.
  *
+ * @y.exclude
  * @param node The new Node to add.
  */
   public void attachNow(DistortedNode node)
@@ -437,6 +438,7 @@ public class DistortedNode implements DistortedAttacheable
  * DistortedAttacheable interface, which should really be a class that we extend here instead but
  * Java has no multiple inheritance.
  *
+ * @y.exclude
  * @param node The Node to remove.
  */
   public void detachNow(DistortedNode node)
@@ -466,6 +468,8 @@ public class DistortedNode implements DistortedAttacheable
  * This is not really part of the public API. Has to be public only because it is a part of the
  * DistortedAttacheable interface, which should really be a class that we extend here instead but
  * Java has no multiple inheritance.
+ *
+ * @y.exclude
  */
   public void detachAllNow()
     {
