Index: trunk/src/scriptbuilder/structures/ScriptIncident.java
===================================================================
--- trunk/src/scriptbuilder/structures/ScriptIncident.java	(revision 58)
+++ trunk/src/scriptbuilder/structures/ScriptIncident.java	(revision 76)
@@ -221,4 +221,9 @@
     }
 
+    /**
+     * Write this incident, in proper XML form, to the file in question.
+     *
+     * @param f the destination savefile
+     */
     public void saveIncidentToFile(File f)
     {
@@ -298,4 +303,7 @@
     {
 
+        /**
+         * The slice which has received focus in this event.
+         */
         public TimeSlice slice;
 
@@ -325,4 +333,7 @@
     {
 
+        /**
+         * The incident which has received focus in this event.
+         */
         public ScriptIncident incident;
 
