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: aa8393c94f

Also, improve the wording of the class description.

Change-Id: I95dbb851f10e6562f3c8875cb0e237fa4334ffc1
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Thibaut Cuvelier 2022-07-25 04:48:01 +02:00
parent 57be602fde
commit fecb278dc9

View File

@ -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
*/