Skip to content

Commit

Permalink
[locale] Remove class name repeated in subheadings (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Mar 31, 2018
1 parent 296a415 commit 6209ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
thread. If there is a single global locale object for the entire program,
implementations are not required to avoid data races on it\iref{res.on.data.races}.

\rSec3[locale.types]{\tcode{locale} types}
\rSec3[locale.types]{Types}


\rSec4[locale.category]{Type \tcode{locale::category}}
Expand Down Expand Up @@ -572,7 +572,7 @@
This depends only on static storage being zero before constructors run\iref{basic.start.static}.
\end{note}

\rSec3[locale.cons]{\tcode{locale} constructors and destructor}
\rSec3[locale.cons]{Constructors and destructor}

\indexlibrary{\idxcode{locale}!constructor}%
\begin{itemdecl}
Expand Down Expand Up @@ -743,7 +743,7 @@
A non-virtual destructor that throws no exceptions.
\end{itemdescr}

\rSec3[locale.members]{\tcode{locale} members}
\rSec3[locale.members]{Members}

\indexlibrarymember{locale}{combine}%
\begin{itemdecl}
Expand Down Expand Up @@ -790,7 +790,7 @@
if it has one; otherwise, the string \tcode{"*"}.
\end{itemdescr}

\rSec3[locale.operators]{\tcode{locale} operators}
\rSec3[locale.operators]{Operators}

\indexlibrarymember{locale}{operator==}%
\begin{itemdecl}
Expand Down Expand Up @@ -859,7 +859,7 @@
\end{example}
\end{itemdescr}

\rSec3[locale.statics]{\tcode{locale} static members}
\rSec3[locale.statics]{Static members}

\indexlibrarymember{locale}{global}%
\begin{itemdecl}
Expand Down

0 comments on commit 6209ca1

Please sign in to comment.