summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qromancalendar.cpp
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-07-25 04:48:01 +0200
committerThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-07-26 20:28:03 +0200
commitfecb278dc9fd96c64385081f26b66949cdd0d008 (patch)
tree63864a0da9df1a448d947f878b574df32ef8d72c /src/corelib/time/qromancalendar.cpp
parentFix test being flaky on Linux (diff)
downloadqtbase-fecb278dc9fd96c64385081f26b66949cdd0d008.tar.xz
qtbase-fecb278dc9fd96c64385081f26b66949cdd0d008.zip
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 <giuseppe.dangelo@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/time/qromancalendar.cpp')
-rw-r--r--src/corelib/time/qromancalendar.cpp9
1 files 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
*/