Skip to content

Commit 9459c13

Browse files
jensmaurertkoeppe
authored andcommitted
[time.point,time.duration] Remove class name repeated in subheadings (#2249)
1 parent c5f0722 commit 9459c13

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

source/time.tex

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@
13501350
\end{codeblock}
13511351
\end{example}
13521352

1353-
\rSec2[time.duration.cons]{\tcode{duration} constructors}
1353+
\rSec2[time.duration.cons]{Constructors}
13541354

13551355
\indexlibrary{\idxcode{duration}!constructor}%
13561356
\begin{itemdecl}
@@ -1410,7 +1410,7 @@
14101410
\tcode{duration_cast<duration>(d).count()}.
14111411
\end{itemdescr}
14121412

1413-
\rSec2[time.duration.observer]{\tcode{duration} observer}
1413+
\rSec2[time.duration.observer]{Observer}
14141414

14151415
\indexlibrarymember{count}{duration}%
14161416
\begin{itemdecl}
@@ -1422,7 +1422,7 @@
14221422
\returns \tcode{rep_}.
14231423
\end{itemdescr}
14241424

1425-
\rSec2[time.duration.arithmetic]{\tcode{duration} arithmetic}
1425+
\rSec2[time.duration.arithmetic]{Arithmetic}
14261426

14271427
\indexlibrarymember{operator+}{duration}%
14281428
\begin{itemdecl}
@@ -1569,7 +1569,7 @@
15691569
\end{itemdescr}
15701570

15711571

1572-
\rSec2[time.duration.special]{\tcode{duration} special values}
1572+
\rSec2[time.duration.special]{Special values}
15731573

15741574
\indexlibrarymember{zero}{duration}%
15751575
\begin{itemdecl}
@@ -1601,7 +1601,7 @@
16011601
\returns \tcode{duration(duration_values<rep>::max())}.
16021602
\end{itemdescr}
16031603

1604-
\rSec2[time.duration.nonmember]{\tcode{duration} non-member arithmetic}
1604+
\rSec2[time.duration.nonmember]{Non-member arithmetic}
16051605

16061606
\pnum
16071607
In the function descriptions that follow, unless stated otherwise,
@@ -1726,7 +1726,7 @@
17261726
\end{itemdescr}
17271727

17281728

1729-
\rSec2[time.duration.comparisons]{\tcode{duration} comparisons}
1729+
\rSec2[time.duration.comparisons]{Comparisons}
17301730

17311731
\pnum
17321732
In the function descriptions that follow, \tcode{CT} represents
@@ -2017,7 +2017,7 @@
20172017
A \tcode{duration} literal representing \tcode{nsec} nanoseconds.
20182018
\end{itemdescr}
20192019

2020-
\rSec2[time.duration.alg]{\tcode{duration} algorithms}
2020+
\rSec2[time.duration.alg]{Algorithms}
20212021

20222022
\indexlibrarymember{abs}{duration}%
20232023
\begin{itemdecl}
@@ -2035,7 +2035,7 @@
20352035
otherwise return \tcode{-d}.
20362036
\end{itemdescr}
20372037

2038-
\rSec2[time.duration.io]{\tcode{duration} I/O}
2038+
\rSec2[time.duration.io]{I/O}
20392039

20402040
\indexlibrarymember{operator<<}{duration}%
20412041
\begin{itemdecl}
@@ -2201,7 +2201,7 @@
22012201
If \tcode{Duration} is not an instance of \tcode{duration},
22022202
the program is ill-formed.
22032203

2204-
\rSec2[time.point.cons]{\tcode{time_point} constructors}
2204+
\rSec2[time.point.cons]{Constructors}
22052205

22062206
\indexlibrary{\idxcode{time_point}!constructor}%
22072207
\begin{itemdecl}
@@ -2243,7 +2243,7 @@
22432243
\tcode{d_} with \tcode{t.time_since_epoch()}.
22442244
\end{itemdescr}
22452245

2246-
\rSec2[time.point.observer]{\tcode{time_point} observer}
2246+
\rSec2[time.point.observer]{Observer}
22472247

22482248
\indexlibrarymember{time_since_epoch}{time_point}%
22492249
\begin{itemdecl}
@@ -2255,7 +2255,7 @@
22552255
\returns \tcode{d_}.
22562256
\end{itemdescr}
22572257

2258-
\rSec2[time.point.arithmetic]{\tcode{time_point} arithmetic}
2258+
\rSec2[time.point.arithmetic]{Arithmetic}
22592259

22602260
\indexlibrarymember{operator++}{time_point}%
22612261
\begin{itemdecl}
@@ -2329,7 +2329,7 @@
23292329
\returns \tcode{*this}.
23302330
\end{itemdescr}
23312331

2332-
\rSec2[time.point.special]{\tcode{time_point} special values}
2332+
\rSec2[time.point.special]{Special values}
23332333

23342334
\indexlibrarymember{min}{time_point}%
23352335
\begin{itemdecl}
@@ -2351,7 +2351,7 @@
23512351
\returns \tcode{time_point(duration::max())}.
23522352
\end{itemdescr}
23532353

2354-
\rSec2[time.point.nonmember]{\tcode{time_point} non-member arithmetic}
2354+
\rSec2[time.point.nonmember]{Non-member arithmetic}
23552355

23562356
\indexlibrarymember{operator+}{time_point}%
23572357
\indexlibrarymember{operator+}{duration}%
@@ -2405,7 +2405,7 @@
24052405
\returns \tcode{lhs.time_since_epoch() - rhs.time_since_epoch()}.
24062406
\end{itemdescr}
24072407

2408-
\rSec2[time.point.comparisons]{\tcode{time_point} comparisons}
2408+
\rSec2[time.point.comparisons]{Comparisons}
24092409

24102410
\indexlibrarymember{operator==}{time_point}%
24112411
\begin{itemdecl}

0 commit comments

Comments
 (0)