Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1911)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1912)
@@ -28,4 +28,7 @@
      - some code simplification
      - fixed a warning 
+
+   * macros/dohtml.C:
+     - added testenv.C
 
 
Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 1911)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 1912)
@@ -79,3 +79,4 @@
     html.Convert("plot2.C",         "MARS - Plots a 2D mars histogram");
     html.Convert("starplot.C",      "MARS - Plots data from a STAR-file into a mars histogram");
+    html.Convert("testenv.C",       "MARS - Example to use TEnv and Mars Eventloops");
 }
Index: trunk/MagicSoft/Mars/mbase/MAGIC.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MAGIC.h	(revision 1911)
+++ trunk/MagicSoft/Mars/mbase/MAGIC.h	(revision 1912)
@@ -12,4 +12,7 @@
 #endif
 
+//
+// Check here if Mars can be compiled with the present root version
+//
 #ifndef __CINT__
 #if ROOT_VERSION_CODE < ROOT_VERSION(3,02,00)
Index: trunk/MagicSoft/Mars/mbase/MContinue.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 1911)
+++ trunk/MagicSoft/Mars/mbase/MContinue.cc	(revision 1912)
@@ -30,4 +30,10 @@
 // (use with filters). For more details see the description of the
 // constructors.
+//
+//  Input Containers:
+//   -/-
+//
+//  Output Containers:
+//   -/-
 //
 /////////////////////////////////////////////////////////////////////////////
