From c015d586d22b69078b6da61858e5675793856b0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 08:10:13 +0000 Subject: JAutoDoc :) --- sources/core/time/VSTime.java | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'sources/core/time/VSTime.java') diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index ce20ecc..0aebf4a 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -1,14 +1,24 @@ +/* + * VS is (c) 2008 by Paul C. Buetow + * vs@dev.buetow.org + */ package core.time; -/** This interface is a guidline for general time format classes. +// TODO: Auto-generated Javadoc +/** + * This interface is a guidline for general time format classes. */ public interface VSTime { - /** Getter method. + + /** + * Getter method. * * @return The global time. */ public long getGlobalTime(); - /** String representation. + + /** + * String representation. * * @return The representation of the implementing object as a string. */ -- cgit v1.2.3