Skip to content

Commit 2e12f5e

Browse files
committed
[stmt] Move start of subclause-spanning index entries up to \rSec1
I expect that we forgot to move this when we added the "general" subclauses to remove hanging paragraphs, and thus accidentally caused the index entries to be "misnested".
1 parent a8d9618 commit 2e12f5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/statements.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@
245245
\end{note}
246246

247247
\rSec1[stmt.select]{Selection statements}%
248+
\indextext{statement!selection|(}
248249

249250
\rSec2[stmt.select.general]{General}%
250-
\indextext{statement!selection|(}
251251

252252
\pnum
253253
Selection statements choose one of several flows of control.
@@ -500,9 +500,9 @@
500500
\indextext{statement!selection|)}
501501

502502
\rSec1[stmt.iter]{Iteration statements}%
503+
\indextext{statement!iteration|(}
503504

504505
\rSec2[stmt.iter.general]{General}%
505-
\indextext{statement!iteration|(}
506506

507507
\pnum
508508
Iteration statements specify looping.
@@ -777,6 +777,7 @@
777777
each \grammarterm{decl-specifier} shall be either a \grammarterm{type-specifier}
778778
or \keyword{constexpr}. The \grammarterm{decl-specifier-seq} shall not define a
779779
class or enumeration.%
780+
780781
\indextext{statement!iteration|)}
781782

782783
\rSec1[stmt.jump]{Jump statements}%

0 commit comments

Comments
 (0)