From 7dabbb241ca96d10abb61e77d996727f035635fd Mon Sep 17 00:00:00 2001 From: ollo Date: Sun, 15 May 2016 15:46:00 +0200 Subject: [PATCH] Added some comments for doxygen --- timecore.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timecore.lua b/timecore.lua index d96f371..3464a34 100644 --- a/timecore.lua +++ b/timecore.lua @@ -24,6 +24,8 @@ -- @param minute Current minute in hour range (0 - 59) -- @param second Current second of minute range (0 - 59) -- @param dow Current day of week range (1 - 7) (1 is Monday, 7 is Sunday) +-- @return true if we have currently summer time +-- @return false if we have winter time function isSummerTime(year, month, day, hour, minute, second,dow) -- we are in 100% in the summer time if (month > 3 and month < 10) then