commit 688662efe1789df3605638edf53044524d9373c8
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Tue Oct 18 14:40:32 2016 +0100

    Beginnings of a new example app - a waving flag.
    
    No actual waving yet!

diff --git a/src/main/java/org/distorted/library/DistortedCubes.java b/src/main/java/org/distorted/library/DistortedCubes.java
index 88a1bf3..ee10af6 100644
--- a/src/main/java/org/distorted/library/DistortedCubes.java
+++ b/src/main/java/org/distorted/library/DistortedCubes.java
@@ -54,21 +54,22 @@ public class DistortedCubes extends DistortedObject
  * @param cols Integer helping to parse the next parameter.
  * @param desc String describing the subset of a MxNx1 cuboid that we want to create.
  *             Its MxN characters - all 0 or 1 - decide of appropriate field is taken or not.
- *             <p>
- *             <pre>
- *             For example, (cols=2, desc="111010") describes the following shape:
+ *      <p></p>
+ *      <p>
+ *      <pre>
+ *      For example, (cols=2, desc="111010") describes the following shape:
  *
- *             XX
- *             X
- *             X
+ *      XX
+ *      X
+ *      X
  *
- *             whereas (cols=2,desc="110001") describes
+ *      whereas (cols=2,desc="110001") describes
  *
- *             XX
+ *      XX
  *
- *              X
- *             </pre>
- *             </p>
+ *       X
+ *      </pre>
+ *      </p>
  * @param cubeSize size, in pixels, of the single 1x1x1 cube our cuboid is built from
  * @param frontOnly Only create the front wall or side and back as well?
  */
