Skip to content

Commit b7d3b5e

Browse files
Eeliszygoloid
authored andcommitted
Fix index entries for 'nested/local class'.
1 parent 09e4674 commit b7d3b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/classes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,12 +1390,11 @@
13901390

13911391
\rSec2[class.nest]{Nested class declarations}%
13921392
\indextext{definition!nested class}%
1393-
\indextext{class local|see{local class}}%
1394-
\indextext{class nested|see{nested class}}
1393+
\indextext{class!nested|see{nested class}}
13951394

13961395
\pnum
13971396
A class can be declared within another class. A class declared within
1398-
another is called a \grammarterm{nested} class. The name of a nested class
1397+
another is called a \defnx{nested}{nested class} class. The name of a nested class
13991398
is local to its enclosing class.
14001399
\indextext{nested class!scope of}%
14011400
The nested class is in the scope of its enclosing class.
@@ -1761,10 +1760,11 @@
17611760
\rSec1[class.local]{Local class declarations}
17621761
\indextext{declaration!local class}%
17631762
\indextext{definition!local class}%
1763+
\indextext{class!local|see{local class}}%
17641764

17651765
\pnum
17661766
A class can be declared within a function definition; such a class is
1767-
called a \grammarterm{local} class. The name of a local class is local to
1767+
called a \defnx{local}{local class} class. The name of a local class is local to
17681768
its enclosing scope.
17691769
\indextext{local class!scope of}%
17701770
The local class is in the scope of the enclosing scope, and has the same

0 commit comments

Comments
 (0)