Cleanup: Fixed inconsistent comments
This commit is contained in:
@@ -103,9 +103,9 @@ static void midsommarafton (struct tm* t)
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// <day>
|
||||
// <month>
|
||||
// - Nth
|
||||
// - socy, eocy
|
||||
// - socq, eocq
|
||||
// Nth
|
||||
// socy, eocy
|
||||
// socq, eocq
|
||||
// socm, eocm
|
||||
// som, eom
|
||||
// soq, eoq
|
||||
@@ -120,13 +120,13 @@ static void midsommarafton (struct tm* t)
|
||||
// tomorrow
|
||||
// later = midnight, Jan 18th, 2038.
|
||||
// someday = midnight, Jan 18th, 2038.
|
||||
// - easter
|
||||
// - eastermonday
|
||||
// - ascension
|
||||
// - pentecost
|
||||
// - goodfriday
|
||||
// - midsommar = midnight, 1st Saturday after 20th June
|
||||
// - midsommarafton = midnight, 1st Friday after 19th June
|
||||
// easter
|
||||
// eastermonday
|
||||
// ascension
|
||||
// pentecost
|
||||
// goodfriday
|
||||
// midsommar = midnight, 1st Saturday after 20th June
|
||||
// midsommarafton = midnight, 1st Friday after 19th June
|
||||
//
|
||||
bool namedDates (const std::string& name, Variant& value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user