Index: trunk/src/scriptbuilder/structures/events/CADEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/CADEvent.java	(revision 47)
+++ trunk/src/scriptbuilder/structures/events/CADEvent.java	(revision 76)
@@ -21,4 +21,7 @@
 {
 
+    /**
+     * Constructor.
+     */
     public CADEvent()
     {
@@ -26,6 +29,12 @@
     }
 
+    /**
+     * True if this CAD event has sub-events.
+     */
     public boolean hasSubEvents = false;
 
+    /**
+     * Description of this event.
+     */
     public String detail = "";
 
