From fecb278dc9fd96c64385081f26b66949cdd0d008 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Mon, 25 Jul 2022 04:48:01 +0200 Subject: [PATCH] Remove an extraneous section in the documentation of QRomanCalender This section didn't even have a title. History suggests that it never had a title and does not indicate why it is needed. Commit introducing the change: aa8393c94fea01a4806b204fd3aa343a4e90666b Also, improve the wording of the class description. Change-Id: I95dbb851f10e6562f3c8875cb0e237fa4334ffc1 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Thiago Macieira --- src/corelib/time/qromancalendar.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/corelib/time/qromancalendar.cpp b/src/corelib/time/qromancalendar.cpp index de073a2ed0..3cecadafa2 100644 --- a/src/corelib/time/qromancalendar.cpp +++ b/src/corelib/time/qromancalendar.cpp @@ -15,11 +15,10 @@ QT_BEGIN_NAMESPACE \brief The QRomanCalendar class is a shared base for calendars based on the ancient Roman calendar. - \section1 - - Calendars based on the ancient Roman calendar share the names of months, - whose lengths depend in a common way on whether the year is a leap - year. They differ in how they determine which years are leap years. + Calendars based on the ancient Roman calendar have several common properties: + they have the same names for months, the month lengths depend in a common + way on whether the year is a leap year. They differ in how they determine + which years are leap years. \sa QGregorianCalendar, QJulianCalendar, QMilankovicCalendar */