Skip to content

Commit 7cef552

Browse files
authored
Fix up class pages to use nouns consistently (#1767)
* Rename class captions to use nouns consistently * Rebuild test package docs * Fix casing
1 parent 3de205c commit 7cef552

File tree

78 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+92
-92
lines changed

lib/templates/class.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>{{{nameWithGenerics}}} {{kind}} {{>categorization}}</h1>
2929
{{/clazz.hasPublicSuperChainReversed}}
3030

3131
{{#clazz.hasPublicInterfaces}}
32-
<dt>Implements</dt>
32+
<dt>Implemented types</dt>
3333
<dd>
3434
<ul class="comma-separated clazz-relationships">
3535
{{#clazz.publicInterfaces}}
@@ -40,7 +40,7 @@ <h1>{{{nameWithGenerics}}} {{kind}} {{>categorization}}</h1>
4040
{{/clazz.hasPublicInterfaces}}
4141

4242
{{#clazz.hasPublicMixins}}
43-
<dt>Mixes-in</dt>
43+
<dt>Mixed in types</dt>
4444
<dd><ul class="comma-separated clazz-relationships">
4545
{{#clazz.publicMixins}}
4646
<li>{{{linkedName}}}</li>
@@ -49,7 +49,7 @@ <h1>{{{nameWithGenerics}}} {{kind}} {{>categorization}}</h1>
4949
{{/clazz.hasPublicMixins}}
5050

5151
{{#clazz.hasPublicImplementors}}
52-
<dt>Implemented by</dt>
52+
<dt>Implementers</dt>
5353
<dd><ul class="comma-separated clazz-relationships">
5454
{{#clazz.publicImplementors}}
5555
<li>{{{linkedName}}}</li>

lib/templates/enum.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>{{{name}}} {{kind}} {{>categorization}}</h1>
2929
{{/eNum.hasPublicSuperChainReversed}}
3030

3131
{{#eNum.hasPublicInterfaces}}
32-
<dt>Implements</dt>
32+
<dt>Implemented types</dt>
3333
<dd>
3434
<ul class="comma-separated eNum-relationships">
3535
{{#eNum.publicInterfaces}}
@@ -40,7 +40,7 @@ <h1>{{{name}}} {{kind}} {{>categorization}}</h1>
4040
{{/eNum.hasPublicInterfaces}}
4141

4242
{{#eNum.hasPublicMixins}}
43-
<dt>Mixes-in</dt>
43+
<dt>Mixed in types</dt>
4444
<dd><ul class="comma-separated eNum-relationships">
4545
{{#eNum.publicMixins}}
4646
<li>{{{linkedName}}}</li>
@@ -49,7 +49,7 @@ <h1>{{{name}}} {{kind}} {{>categorization}}</h1>
4949
{{/eNum.hasPublicMixins}}
5050

5151
{{#eNum.hasPublicImplementors}}
52-
<dt>Implemented by</dt>
52+
<dt>Implementers</dt>
5353
<dd><ul class="comma-separated eNum-relationships">
5454
{{#eNum.publicImplementors}}
5555
<li>{{{linkedName}}}</li>

testing/test_package_docs/ex/Apple-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1>Apple class </h1>
121121

122122

123123

124-
<dt>Implemented by</dt>
124+
<dt>Implementers</dt>
125125
<dd><ul class="comma-separated clazz-relationships">
126126
<li><a href="ex/B-class.html">B</a></li>
127127
</ul></dd>

testing/test_package_docs/ex/B-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1>B class </h1>
126126
</ul></dd>
127127

128128

129-
<dt>Mixes-in</dt>
129+
<dt>Mixed in types</dt>
130130
<dd><ul class="comma-separated clazz-relationships">
131131
<li><a href="ex/Cat-class.html">Cat</a></li>
132132
</ul></dd>

testing/test_package_docs/ex/Cat-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>Cat class </h1>
116116

117117

118118

119-
<dt>Implemented by</dt>
119+
<dt>Implementers</dt>
120120
<dd><ul class="comma-separated clazz-relationships">
121121
<li><a href="ex/B-class.html">B</a></li>
122122
<li><a href="ex/ConstantCat-class.html">ConstantCat</a></li>

testing/test_package_docs/ex/ConstantCat-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h1>ConstantCat class </h1>
114114
<section>
115115
<dl class="dl-horizontal">
116116

117-
<dt>Implements</dt>
117+
<dt>Implemented types</dt>
118118
<dd>
119119
<ul class="comma-separated clazz-relationships">
120120
<li><a href="ex/Cat-class.html">Cat</a></li>

testing/test_package_docs/ex/Dog-class.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Dog class </h1>
125125
<section>
126126
<dl class="dl-horizontal">
127127

128-
<dt>Implements</dt>
128+
<dt>Implemented types</dt>
129129
<dd>
130130
<ul class="comma-separated clazz-relationships">
131131
<li><a href="ex/Cat-class.html">Cat</a></li>
@@ -134,7 +134,7 @@ <h1>Dog class </h1>
134134
</dd>
135135

136136

137-
<dt>Implemented by</dt>
137+
<dt>Implementers</dt>
138138
<dd><ul class="comma-separated clazz-relationships">
139139
<li><a href="ex/F-class.html">F</a></li>
140140
</ul></dd>

testing/test_package_docs/ex/E-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>E class </h1>
116116

117117

118118

119-
<dt>Implemented by</dt>
119+
<dt>Implementers</dt>
120120
<dd><ul class="comma-separated clazz-relationships">
121121
<li><a href="ex/Dog-class.html">Dog</a></li>
122122
</ul></dd>

testing/test_package_docs/ex/MyErrorImplements-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h1>MyErrorImplements class </h1>
114114
<section>
115115
<dl class="dl-horizontal">
116116

117-
<dt>Implements</dt>
117+
<dt>Implemented types</dt>
118118
<dd>
119119
<ul class="comma-separated clazz-relationships">
120120
<li>Error</li>

testing/test_package_docs/ex/MyException-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h1>MyException class </h1>
114114
<section>
115115
<dl class="dl-horizontal">
116116

117-
<dt>Implements</dt>
117+
<dt>Implemented types</dt>
118118
<dd>
119119
<ul class="comma-separated clazz-relationships">
120120
<li>Exception</li>

0 commit comments

Comments
 (0)