diff --git a/others/easter.cpp b/others/easter.cpp index 8fe52819a..626b59d52 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -23,9 +23,9 @@ class EasterYearMonthDay { public: - int year; // Year Easter is on - int month; // Month Easter is on - int day; // Day Easter is on + int year; ///< year Easter is on + int month; ///< month Easter is on + int day; ///< day Easter is on EasterYearMonthDay(int newYear, int newMonth, int newDay) {