Skip to content

[localization] Remove class name repeated in subheadings #2364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@
}
\end{codeblock}

\rSec3[facet.ctype.special]{\tcode{ctype} specializations}
\rSec3[facet.ctype.special]{\tcode{ctype<char>} specialization}

\indexlibrary{\idxcode{ctype<char>}}%
\begin{codeblock}
Expand Down Expand Up @@ -1595,7 +1595,7 @@
\tcode{table_size}
is at least 256.

\rSec4[facet.ctype.char.dtor]{\tcode{ctype<char>} destructor}
\rSec4[facet.ctype.char.dtor]{Destructor}

\indexlibrary{\idxcode{ctype<char>}!destructor}%
\begin{itemdecl}
Expand All @@ -1610,7 +1610,7 @@
\tcode{delete [] table()}.
\end{itemdescr}

\rSec4[facet.ctype.char.members]{\tcode{ctype<char>} members}
\rSec4[facet.ctype.char.members]{Members}

\pnum
\indexlibrary{\idxcode{ctype<char>}!\idxcode{ctype<char>}}%
Expand Down Expand Up @@ -1779,7 +1779,7 @@
\tcode{classic_table()}.
\end{itemdescr}

\rSec4[facet.ctype.char.statics]{\tcode{ctype<char>} static members}
\rSec4[facet.ctype.char.statics]{Static members}

\indexlibrarymember{ctype<char>}{classic_table}%
\begin{itemdecl}
Expand All @@ -1794,7 +1794,7 @@
which represents the classifications of characters in the \tcode{"C"} locale.
\end{itemdescr}

\rSec4[facet.ctype.char.virtuals]{\tcode{ctype<char>} virtual functions}
\rSec4[facet.ctype.char.virtuals]{Virtual functions}

\indexlibrarymember{ctype<char>}{do_toupper}%
\indexlibrarymember{ctype<char>}{do_tolower}%
Expand Down Expand Up @@ -1921,7 +1921,7 @@
\tcode{do_out}
members.

\rSec4[locale.codecvt.members]{\tcode{codecvt} members}
\rSec4[locale.codecvt.members]{Members}

\indexlibrarymember{codecvt}{out}%
\begin{itemdecl}
Expand Down Expand Up @@ -2006,7 +2006,7 @@
\tcode{do_max_length()}.
\end{itemdescr}

\rSec4[locale.codecvt.virtuals]{\tcode{codecvt} virtual functions}
\rSec4[locale.codecvt.virtuals]{Virtual functions}

\indexlibrarymember{codecvt}{do_out}%
\indexlibrarymember{codecvt}{do_in}%
Expand Down Expand Up @@ -2415,7 +2415,7 @@
\tcode{num_get}
is used to parse numeric values from an input sequence such as an istream.

\rSec4[facet.num.get.members]{\tcode{num_get} members}
\rSec4[facet.num.get.members]{Members}

\indexlibrarymember{num_get}{get}%
\begin{itemdecl}
Expand Down Expand Up @@ -2449,7 +2449,7 @@
\tcode{do_get(in, end, str, err, val)}.
\end{itemdescr}

\rSec4[facet.num.get.virtuals]{\tcode{num_get} virtual functions}
\rSec4[facet.num.get.virtuals]{Virtual functions}

\indexlibrarymember{num_get}{do_get}%
\begin{itemdecl}
Expand Down Expand Up @@ -2801,7 +2801,7 @@
\tcode{num_put}
is used to format numeric values to a character sequence such as an ostream.

\rSec4[facet.num.put.members]{\tcode{num_put} members}
\rSec4[facet.num.put.members]{Members}

\indexlibrarymember{num_put}{put}%
\begin{itemdecl}
Expand All @@ -2821,7 +2821,7 @@
\tcode{do_put(out, str, fill, val)}.
\end{itemdescr}

\rSec4[facet.num.put.virtuals]{\tcode{num_put} virtual functions}
\rSec4[facet.num.put.virtuals]{Virtual functions}

\indexlibrarymember{num_put}{do_put}%
\begin{itemdecl}
Expand Down Expand Up @@ -3178,7 +3178,7 @@
portion contains no thousands-separators, no grouping constraint
is applied.

\rSec4[facet.numpunct.members]{\tcode{numpunct} members}
\rSec4[facet.numpunct.members]{Members}

\indexlibrarymember{numpunct}{decimal_point}%
\begin{itemdecl}
Expand Down Expand Up @@ -3229,7 +3229,7 @@
respectively.
\end{itemdescr}

\rSec4[facet.numpunct.virtuals]{\tcode{numpunct} virtual functions}
\rSec4[facet.numpunct.virtuals]{Virtual functions}

\indexlibrarymember{numpunct}{do_decimal_point}%
\begin{itemdecl}
Expand Down Expand Up @@ -3380,7 +3380,7 @@
in the range
\range{low}{high}.

\rSec4[locale.collate.members]{\tcode{collate} members}
\rSec4[locale.collate.members]{Members}

\indexlibrarymember{collate}{compare}%
\begin{itemdecl}
Expand Down Expand Up @@ -3416,7 +3416,7 @@
\tcode{do_hash(low, high)}.
\end{itemdescr}

\rSec4[locale.collate.virtuals]{\tcode{collate} virtual functions}
\rSec4[locale.collate.virtuals]{Virtual functions}

\indexlibrarymember{collate}{do_compare}%
\begin{itemdecl}
Expand Down Expand Up @@ -3605,7 +3605,7 @@
\tcode{ios_base::eof\-bit}
in \tcode{err}.

\rSec4[locale.time.get.members]{\tcode{time_get} members}
\rSec4[locale.time.get.members]{Members}

\indexlibrarymember{time_get}{date_order}%
\begin{itemdecl}
Expand Down Expand Up @@ -3747,7 +3747,7 @@
\returns \tcode{s}.
\end{itemdescr}

\rSec4[locale.time.get.virtuals]{\tcode{time_get} virtual functions}
\rSec4[locale.time.get.virtuals]{Virtual functions}

\indexlibrarymember{time_get}{do_date_order}%
\begin{itemdecl}
Expand Down Expand Up @@ -3981,7 +3981,7 @@
}
\end{codeblock}

\rSec4[locale.time.put.members]{\tcode{time_put} members}
\rSec4[locale.time.put.members]{Members}

\indexlibrarymember{time_put}{put}%
\begin{itemdecl}
Expand Down Expand Up @@ -4048,7 +4048,7 @@
An iterator pointing immediately after the last character produced.
\end{itemdescr}

\rSec4[locale.time.put.virtuals]{\tcode{time_put} virtual functions}
\rSec4[locale.time.put.virtuals]{Virtual functions}

\indexlibrarymember{time_put}{do_put}%
\begin{itemdecl}
Expand Down Expand Up @@ -4164,7 +4164,7 @@
}
\end{codeblock}

\rSec4[locale.money.get.members]{\tcode{money_get} members}
\rSec4[locale.money.get.members]{Members}

\indexlibrarymember{money_get}{get}%
\begin{itemdecl}
Expand All @@ -4180,7 +4180,7 @@
\tcode{do_get(s, end, intl, f, err, quant)}.
\end{itemdescr}

\rSec4[locale.money.get.virtuals]{\tcode{money_get} virtual functions}
\rSec4[locale.money.get.virtuals]{Virtual functions}

\indexlibrarymember{money_get}{do_get}%
\begin{itemdecl}
Expand Down Expand Up @@ -4388,7 +4388,7 @@
}
\end{codeblock}

\rSec4[locale.money.put.members]{\tcode{money_put} members}
\rSec4[locale.money.put.members]{Members}

\indexlibrarymember{money_put}{put}%
\begin{itemdecl}
Expand All @@ -4402,7 +4402,7 @@
\tcode{do_put(s, intl, f, loc, quant)}.
\end{itemdescr}

\rSec4[locale.money.put.virtuals]{\tcode{money_put} virtual functions}
\rSec4[locale.money.put.virtuals]{Virtual functions}

\indexlibrarymember{money_put}{do_put}%
\begin{itemdecl}
Expand Down Expand Up @@ -4696,7 +4696,7 @@
defined identically as the member
\tcode{numpunct<>::do_grouping()}.

\rSec4[locale.moneypunct.members]{\tcode{moneypunct} members}
\rSec4[locale.moneypunct.members]{Members}

\indexlibrarymember{moneypunct}{decimal_point}%
\indexlibrarymember{moneypunct}{thousands_sep}%
Expand Down Expand Up @@ -4725,7 +4725,7 @@
virtual member function
\tcode{do_\placeholder{F}()}.

\rSec4[locale.moneypunct.virtuals]{\tcode{moneypunct} virtual functions}
\rSec4[locale.moneypunct.virtuals]{Virtual functions}

\indexlibrarymember{moneypunct}{do_decimal_point}%
\begin{itemdecl}
Expand Down Expand Up @@ -4913,7 +4913,7 @@
can be obtained only by calling member
\tcode{open}.

\rSec4[locale.messages.members]{\tcode{messages} members}
\rSec4[locale.messages.members]{Members}

\indexlibrarymember{messages}{open}%
\begin{itemdecl}
Expand Down Expand Up @@ -4949,7 +4949,7 @@
\tcode{do_close(cat)}.
\end{itemdescr}

\rSec4[locale.messages.virtuals]{\tcode{messages} virtual functions}
\rSec4[locale.messages.virtuals]{Virtual functions}

\indexlibrarymember{messages}{do_open}%
\begin{itemdecl}
Expand Down