Index: /trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/ui/commands/CMDgenerateTaskTree.java
===================================================================
--- /trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/ui/commands/CMDgenerateTaskTree.java	(revision 729)
+++ /trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/ui/commands/CMDgenerateTaskTree.java	(revision 730)
@@ -16,25 +16,7 @@
 /**
  * <p>
- * Command to sort the key interactions in a sequence of events. An example, the sequence
- * to write the upper case D
- * <ul>
- *   <li>press shift key</li>
- *   <li>press D key</li>
- *   <li>release shift key</li>
- *   <li>release D key</li>
- * </ul>
- * 
- * is transformed to the sequence
- * 
- * <ul>
- *   <li>press shift key</li>
- *   <li>press D key</li>
- *   <li>release D key</li>
- *   <li>release shift key</li>
- * </ul>
- * 
- * in which the first pressed key (shift in this case) is always released last. The same is done
- * for the alt and the ctrl keys.
- * 
+ * This command generates a task tree based on the provided sequences. It uses the
+ * {@link TaskTreeManager} for this purpose. Please consult the documentation of the task tree
+ * manager for more details.
  * </p>
  * 
