Index: /trunk/FACT++/src/Time.cc
===================================================================
--- /trunk/FACT++/src/Time.cc	(revision 10468)
+++ /trunk/FACT++/src/Time.cc	(revision 10469)
@@ -130,5 +130,9 @@
 }
 
-double_t Time::SecondsOfDay() const
+// --------------------------------------------------------------------------
+//
+//! @returns the seconds of the day including the fractional seconds.
+//!
+double Time::SecondsOfDay() const
 {
     const time_duration tod = time_of_day();
@@ -164,5 +168,5 @@
 // --------------------------------------------------------------------------
 //
-// Return seconds since 1970/1/1
+// @returns seconds since 1970/1/1
 //
 double Time::UnixTime() const
@@ -171,4 +175,8 @@
 }
 
+// --------------------------------------------------------------------------
+//
+//! @returns the time in a format needed for root's TAxis
+//!
 double Time::RootTime() const
 {
