From f8e4e3fb29809e04bc141e70b22e16aa9be66f45 Mon Sep 17 00:00:00 2001 From: AlternateWalls <71268229+AlternateWalls@users.noreply.github.com> Date: Sun, 10 Oct 2021 09:09:12 -0400 Subject: [PATCH] Update others/easter.cpp Co-authored-by: David Leal --- others/easter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {