summaryrefslogtreecommitdiff
path: root/src/date_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/date_type.h')
-rw-r--r--src/date_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/date_type.h b/src/date_type.h
index 86885faeb..ddb6dfc7c 100644
--- a/src/date_type.h
+++ b/src/date_type.h
@@ -46,8 +46,8 @@ typedef uint8 Day;
struct YearMonthDay {
Year year;
- Month month;
- Day day;
+ Month month; ///< 0 - 11
+ Day day; ///< 1 - 31
};
static const Year INVALID_YEAR = -1;