Fix up class pages to use nouns consistently (#1767)

* Rename class captions to use nouns consistently

* Rebuild test package docs

* Fix casing
diff --git a/lib/templates/class.html b/lib/templates/class.html
index 0bb21dc..dd6b383 100644
--- a/lib/templates/class.html
+++ b/lib/templates/class.html
@@ -29,7 +29,7 @@
         {{/clazz.hasPublicSuperChainReversed}}
 
         {{#clazz.hasPublicInterfaces}}
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             {{#clazz.publicInterfaces}}
@@ -40,7 +40,7 @@
         {{/clazz.hasPublicInterfaces}}
 
         {{#clazz.hasPublicMixins}}
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           {{#clazz.publicMixins}}
           <li>{{{linkedName}}}</li>
@@ -49,7 +49,7 @@
         {{/clazz.hasPublicMixins}}
 
         {{#clazz.hasPublicImplementors}}
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           {{#clazz.publicImplementors}}
           <li>{{{linkedName}}}</li>
diff --git a/lib/templates/enum.html b/lib/templates/enum.html
index 73678fa..8757833 100644
--- a/lib/templates/enum.html
+++ b/lib/templates/enum.html
@@ -29,7 +29,7 @@
         {{/eNum.hasPublicSuperChainReversed}}
 
         {{#eNum.hasPublicInterfaces}}
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated eNum-relationships">
             {{#eNum.publicInterfaces}}
@@ -40,7 +40,7 @@
         {{/eNum.hasPublicInterfaces}}
 
         {{#eNum.hasPublicMixins}}
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated eNum-relationships">
           {{#eNum.publicMixins}}
           <li>{{{linkedName}}}</li>
@@ -49,7 +49,7 @@
         {{/eNum.hasPublicMixins}}
 
         {{#eNum.hasPublicImplementors}}
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated eNum-relationships">
           {{#eNum.publicImplementors}}
           <li>{{{linkedName}}}</li>
diff --git a/testing/test_package_docs/ex/Apple-class.html b/testing/test_package_docs/ex/Apple-class.html
index 3bd9353..e7f44b1 100644
--- a/testing/test_package_docs/ex/Apple-class.html
+++ b/testing/test_package_docs/ex/Apple-class.html
@@ -121,7 +121,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/B-class.html">B</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/B-class.html b/testing/test_package_docs/ex/B-class.html
index fe42247..3c9cbb1 100644
--- a/testing/test_package_docs/ex/B-class.html
+++ b/testing/test_package_docs/ex/B-class.html
@@ -126,7 +126,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/Cat-class.html">Cat</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/Cat-class.html b/testing/test_package_docs/ex/Cat-class.html
index 5a38759..c189b22 100644
--- a/testing/test_package_docs/ex/Cat-class.html
+++ b/testing/test_package_docs/ex/Cat-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/B-class.html">B</a></li>
           <li><a href="ex/ConstantCat-class.html">ConstantCat</a></li>
diff --git a/testing/test_package_docs/ex/ConstantCat-class.html b/testing/test_package_docs/ex/ConstantCat-class.html
index cf91c3a..4ca62f3 100644
--- a/testing/test_package_docs/ex/ConstantCat-class.html
+++ b/testing/test_package_docs/ex/ConstantCat-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/Cat-class.html">Cat</a></li>
diff --git a/testing/test_package_docs/ex/Dog-class.html b/testing/test_package_docs/ex/Dog-class.html
index 1ebab5d..022fe0e 100644
--- a/testing/test_package_docs/ex/Dog-class.html
+++ b/testing/test_package_docs/ex/Dog-class.html
@@ -125,7 +125,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/Cat-class.html">Cat</a></li>
@@ -134,7 +134,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/F-class.html">F</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/E-class.html b/testing/test_package_docs/ex/E-class.html
index 8d883c8..f8ae03f 100644
--- a/testing/test_package_docs/ex/E-class.html
+++ b/testing/test_package_docs/ex/E-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/Dog-class.html">Dog</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/MyErrorImplements-class.html b/testing/test_package_docs/ex/MyErrorImplements-class.html
index bd1ed51..bc4c454 100644
--- a/testing/test_package_docs/ex/MyErrorImplements-class.html
+++ b/testing/test_package_docs/ex/MyErrorImplements-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Error</li>
diff --git a/testing/test_package_docs/ex/MyException-class.html b/testing/test_package_docs/ex/MyException-class.html
index 832ee09..71fd791 100644
--- a/testing/test_package_docs/ex/MyException-class.html
+++ b/testing/test_package_docs/ex/MyException-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs/ex/MyExceptionImplements-class.html b/testing/test_package_docs/ex/MyExceptionImplements-class.html
index f3ad151..1689825 100644
--- a/testing/test_package_docs/ex/MyExceptionImplements-class.html
+++ b/testing/test_package_docs/ex/MyExceptionImplements-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs/ex/ParameterizedClass-class.html b/testing/test_package_docs/ex/ParameterizedClass-class.html
index 265750e..5e7bc1a 100644
--- a/testing/test_package_docs/ex/ParameterizedClass-class.html
+++ b/testing/test_package_docs/ex/ParameterizedClass-class.html
@@ -119,7 +119,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/TemplatedInterface-class.html">TemplatedInterface</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/ShortName-class.html b/testing/test_package_docs/ex/ShortName-class.html
index c1c1cb0..45b8af8 100644
--- a/testing/test_package_docs/ex/ShortName-class.html
+++ b/testing/test_package_docs/ex/ShortName-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/ExtendedShortName-class.html">ExtendedShortName</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/ex/TemplatedInterface-class.html b/testing/test_package_docs/ex/TemplatedInterface-class.html
index 5f85da5..ee27965 100644
--- a/testing/test_package_docs/ex/TemplatedInterface-class.html
+++ b/testing/test_package_docs/ex/TemplatedInterface-class.html
@@ -117,7 +117,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/ParameterizedClass-class.html">ParameterizedClass</a><span class="signature">&lt;<wbr><span class="type-parameter">List<span class="signature">&lt;<wbr><span class="type-parameter">int</span>&gt;</span></span>&gt;</span></li>
diff --git a/testing/test_package_docs/ex/WithGeneric-class.html b/testing/test_package_docs/ex/WithGeneric-class.html
index 8ecac30..77f3e06 100644
--- a/testing/test_package_docs/ex/WithGeneric-class.html
+++ b/testing/test_package_docs/ex/WithGeneric-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/WithGenericSub-class.html">WithGenericSub</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/ABaseClass-class.html b/testing/test_package_docs/fake/ABaseClass-class.html
index f764c44..f8cdf4c 100644
--- a/testing/test_package_docs/fake/ABaseClass-class.html
+++ b/testing/test_package_docs/fake/ABaseClass-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClassMixedIn-class.html">ATypeTakingClassMixedIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/AClassUsingASuperMixin-class.html b/testing/test_package_docs/fake/AClassUsingASuperMixin-class.html
index 7dba497..b417ecf 100644
--- a/testing/test_package_docs/fake/AClassUsingASuperMixin-class.html
+++ b/testing/test_package_docs/fake/AClassUsingASuperMixin-class.html
@@ -176,7 +176,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AMixinCallingSuper-class.html">AMixinCallingSuper</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/AMixinCallingSuper-class.html b/testing/test_package_docs/fake/AMixinCallingSuper-class.html
index 3222e99..22fff0f 100644
--- a/testing/test_package_docs/fake/AMixinCallingSuper-class.html
+++ b/testing/test_package_docs/fake/AMixinCallingSuper-class.html
@@ -174,7 +174,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AClassUsingASuperMixin-class.html">AClassUsingASuperMixin</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/ATypeTakingClass-class.html b/testing/test_package_docs/fake/ATypeTakingClass-class.html
index ce6f27f..a9fda66 100644
--- a/testing/test_package_docs/fake/ATypeTakingClass-class.html
+++ b/testing/test_package_docs/fake/ATypeTakingClass-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClassMixedIn-class.html">ATypeTakingClassMixedIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/ATypeTakingClassMixedIn-class.html b/testing/test_package_docs/fake/ATypeTakingClassMixedIn-class.html
index cd39f80..dbfba68 100644
--- a/testing/test_package_docs/fake/ATypeTakingClassMixedIn-class.html
+++ b/testing/test_package_docs/fake/ATypeTakingClassMixedIn-class.html
@@ -173,7 +173,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClass-class.html">ATypeTakingClass</a><span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/AnotherInterface-class.html b/testing/test_package_docs/fake/AnotherInterface-class.html
index eee2fba..52dc332 100644
--- a/testing/test_package_docs/fake/AnotherInterface-class.html
+++ b/testing/test_package_docs/fake/AnotherInterface-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AClassUsingASuperMixin-class.html">AClassUsingASuperMixin</a></li>
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
diff --git a/testing/test_package_docs/fake/BaseForDocComments-class.html b/testing/test_package_docs/fake/BaseForDocComments-class.html
index 49177e4..b0f7d74 100644
--- a/testing/test_package_docs/fake/BaseForDocComments-class.html
+++ b/testing/test_package_docs/fake/BaseForDocComments-class.html
@@ -173,7 +173,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/SubForDocComments-class.html">SubForDocComments</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/BaseThingy-class.html b/testing/test_package_docs/fake/BaseThingy-class.html
index eb6ea68..2063ccc 100644
--- a/testing/test_package_docs/fake/BaseThingy-class.html
+++ b/testing/test_package_docs/fake/BaseThingy-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/BaseThingy2-class.html">BaseThingy2</a></li>
           <li><a href="fake/ImplementingThingy-class.html">ImplementingThingy</a></li>
diff --git a/testing/test_package_docs/fake/BaseThingy2-class.html b/testing/test_package_docs/fake/BaseThingy2-class.html
index cc0a1ed..d65ed39 100644
--- a/testing/test_package_docs/fake/BaseThingy2-class.html
+++ b/testing/test_package_docs/fake/BaseThingy2-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy-class.html">BaseThingy</a></li>
@@ -177,7 +177,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ImplementingThingy2-class.html">ImplementingThingy2</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/ImplementingThingy-class.html b/testing/test_package_docs/fake/ImplementingThingy-class.html
index 10fde20..98652dd 100644
--- a/testing/test_package_docs/fake/ImplementingThingy-class.html
+++ b/testing/test_package_docs/fake/ImplementingThingy-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy-class.html">BaseThingy</a></li>
@@ -174,7 +174,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ImplementingThingy2-class.html">ImplementingThingy2</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/ImplementingThingy2-class.html b/testing/test_package_docs/fake/ImplementingThingy2-class.html
index 105821c..a75094a 100644
--- a/testing/test_package_docs/fake/ImplementingThingy2-class.html
+++ b/testing/test_package_docs/fake/ImplementingThingy2-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy2-class.html">BaseThingy2</a></li>
diff --git a/testing/test_package_docs/fake/ImplementsFutureVoid-class.html b/testing/test_package_docs/fake/ImplementsFutureVoid-class.html
index 19dbb10..85acb3e 100644
--- a/testing/test_package_docs/fake/ImplementsFutureVoid-class.html
+++ b/testing/test_package_docs/fake/ImplementsFutureVoid-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Future<span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></li>
diff --git a/testing/test_package_docs/fake/ImplicitProperties-class.html b/testing/test_package_docs/fake/ImplicitProperties-class.html
index 0774915..806d2f6 100644
--- a/testing/test_package_docs/fake/ImplicitProperties-class.html
+++ b/testing/test_package_docs/fake/ImplicitProperties-class.html
@@ -172,7 +172,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ClassWithUnusualProperties-class.html">ClassWithUnusualProperties</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/Interface-class.html b/testing/test_package_docs/fake/Interface-class.html
index 0f5d88a..7fcaa53 100644
--- a/testing/test_package_docs/fake/Interface-class.html
+++ b/testing/test_package_docs/fake/Interface-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/LongFirstLine-class.html b/testing/test_package_docs/fake/LongFirstLine-class.html
index 41ae9cf..4de0826 100644
--- a/testing/test_package_docs/fake/LongFirstLine-class.html
+++ b/testing/test_package_docs/fake/LongFirstLine-class.html
@@ -177,7 +177,7 @@
           <li>LongFirstLine</li>
         </ul></dd>
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/Interface-class.html">Interface</a></li>
@@ -185,7 +185,7 @@
           </ul>
         </dd>
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MixMeIn-class.html">MixMeIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/MIEEBase-class.html b/testing/test_package_docs/fake/MIEEBase-class.html
index c4f5790..5fe558c 100644
--- a/testing/test_package_docs/fake/MIEEBase-class.html
+++ b/testing/test_package_docs/fake/MIEEBase-class.html
@@ -174,7 +174,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEMixinWithOverride-class.html">MIEEMixinWithOverride</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/MIEEMixin-class.html b/testing/test_package_docs/fake/MIEEMixin-class.html
index 5ec4e9c..eea2818 100644
--- a/testing/test_package_docs/fake/MIEEMixin-class.html
+++ b/testing/test_package_docs/fake/MIEEMixin-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/MIEEThing-class.html">MIEEThing</a><span class="signature">&lt;<wbr><span class="type-parameter">K</span>, <span class="type-parameter">V</span>&gt;</span></li>
@@ -174,7 +174,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEBase-class.html">MIEEBase</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/MIEEThing-class.html b/testing/test_package_docs/fake/MIEEThing-class.html
index 95ad432..8c095c6 100644
--- a/testing/test_package_docs/fake/MIEEThing-class.html
+++ b/testing/test_package_docs/fake/MIEEThing-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEMixin-class.html">MIEEMixin</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/MixMeIn-class.html b/testing/test_package_docs/fake/MixMeIn-class.html
index 04439ea..1d32b31 100644
--- a/testing/test_package_docs/fake/MixMeIn-class.html
+++ b/testing/test_package_docs/fake/MixMeIn-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/NotAMixin-class.html b/testing/test_package_docs/fake/NotAMixin-class.html
index 0d1bcd9..ec51b97 100644
--- a/testing/test_package_docs/fake/NotAMixin-class.html
+++ b/testing/test_package_docs/fake/NotAMixin-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AMixinCallingSuper-class.html">AMixinCallingSuper</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/Oops-class.html b/testing/test_package_docs/fake/Oops-class.html
index 0e957ba..2f77a02 100644
--- a/testing/test_package_docs/fake/Oops-class.html
+++ b/testing/test_package_docs/fake/Oops-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs/fake/SpecialList-class.html b/testing/test_package_docs/fake/SpecialList-class.html
index 931b50a..b399a2e 100644
--- a/testing/test_package_docs/fake/SpecialList-class.html
+++ b/testing/test_package_docs/fake/SpecialList-class.html
@@ -177,7 +177,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ExtraSpecialList-class.html">ExtraSpecialList</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/SuperAwesomeClass-class.html b/testing/test_package_docs/fake/SuperAwesomeClass-class.html
index 3cd6090..178d626 100644
--- a/testing/test_package_docs/fake/SuperAwesomeClass-class.html
+++ b/testing/test_package_docs/fake/SuperAwesomeClass-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/fake/WithGetterAndSetter-class.html b/testing/test_package_docs/fake/WithGetterAndSetter-class.html
index 3327847..6b6541f 100644
--- a/testing/test_package_docs/fake/WithGetterAndSetter-class.html
+++ b/testing/test_package_docs/fake/WithGetterAndSetter-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="two_exports/BaseClass-class.html">BaseClass</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs/two_exports/BaseClass-class.html b/testing/test_package_docs/two_exports/BaseClass-class.html
index b71aeda..5c66218 100644
--- a/testing/test_package_docs/two_exports/BaseClass-class.html
+++ b/testing/test_package_docs/two_exports/BaseClass-class.html
@@ -67,7 +67,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="two_exports/ExtendingClass-class.html">ExtendingClass</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/Apple-class.html b/testing/test_package_docs_dev/ex/Apple-class.html
index 3bd9353..e7f44b1 100644
--- a/testing/test_package_docs_dev/ex/Apple-class.html
+++ b/testing/test_package_docs_dev/ex/Apple-class.html
@@ -121,7 +121,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/B-class.html">B</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/B-class.html b/testing/test_package_docs_dev/ex/B-class.html
index fe42247..3c9cbb1 100644
--- a/testing/test_package_docs_dev/ex/B-class.html
+++ b/testing/test_package_docs_dev/ex/B-class.html
@@ -126,7 +126,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/Cat-class.html">Cat</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/Cat-class.html b/testing/test_package_docs_dev/ex/Cat-class.html
index 5a38759..c189b22 100644
--- a/testing/test_package_docs_dev/ex/Cat-class.html
+++ b/testing/test_package_docs_dev/ex/Cat-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/B-class.html">B</a></li>
           <li><a href="ex/ConstantCat-class.html">ConstantCat</a></li>
diff --git a/testing/test_package_docs_dev/ex/ConstantCat-class.html b/testing/test_package_docs_dev/ex/ConstantCat-class.html
index cf91c3a..4ca62f3 100644
--- a/testing/test_package_docs_dev/ex/ConstantCat-class.html
+++ b/testing/test_package_docs_dev/ex/ConstantCat-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/Cat-class.html">Cat</a></li>
diff --git a/testing/test_package_docs_dev/ex/Dog-class.html b/testing/test_package_docs_dev/ex/Dog-class.html
index 1ebab5d..022fe0e 100644
--- a/testing/test_package_docs_dev/ex/Dog-class.html
+++ b/testing/test_package_docs_dev/ex/Dog-class.html
@@ -125,7 +125,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/Cat-class.html">Cat</a></li>
@@ -134,7 +134,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/F-class.html">F</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/E-class.html b/testing/test_package_docs_dev/ex/E-class.html
index 8d883c8..f8ae03f 100644
--- a/testing/test_package_docs_dev/ex/E-class.html
+++ b/testing/test_package_docs_dev/ex/E-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/Dog-class.html">Dog</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/MyErrorImplements-class.html b/testing/test_package_docs_dev/ex/MyErrorImplements-class.html
index bd1ed51..bc4c454 100644
--- a/testing/test_package_docs_dev/ex/MyErrorImplements-class.html
+++ b/testing/test_package_docs_dev/ex/MyErrorImplements-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Error</li>
diff --git a/testing/test_package_docs_dev/ex/MyException-class.html b/testing/test_package_docs_dev/ex/MyException-class.html
index 832ee09..71fd791 100644
--- a/testing/test_package_docs_dev/ex/MyException-class.html
+++ b/testing/test_package_docs_dev/ex/MyException-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs_dev/ex/MyExceptionImplements-class.html b/testing/test_package_docs_dev/ex/MyExceptionImplements-class.html
index f3ad151..1689825 100644
--- a/testing/test_package_docs_dev/ex/MyExceptionImplements-class.html
+++ b/testing/test_package_docs_dev/ex/MyExceptionImplements-class.html
@@ -114,7 +114,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs_dev/ex/ParameterizedClass-class.html b/testing/test_package_docs_dev/ex/ParameterizedClass-class.html
index 265750e..5e7bc1a 100644
--- a/testing/test_package_docs_dev/ex/ParameterizedClass-class.html
+++ b/testing/test_package_docs_dev/ex/ParameterizedClass-class.html
@@ -119,7 +119,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/TemplatedInterface-class.html">TemplatedInterface</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/ShortName-class.html b/testing/test_package_docs_dev/ex/ShortName-class.html
index c1c1cb0..45b8af8 100644
--- a/testing/test_package_docs_dev/ex/ShortName-class.html
+++ b/testing/test_package_docs_dev/ex/ShortName-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/ExtendedShortName-class.html">ExtendedShortName</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/ex/TemplatedInterface-class.html b/testing/test_package_docs_dev/ex/TemplatedInterface-class.html
index 5f85da5..ee27965 100644
--- a/testing/test_package_docs_dev/ex/TemplatedInterface-class.html
+++ b/testing/test_package_docs_dev/ex/TemplatedInterface-class.html
@@ -117,7 +117,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="ex/ParameterizedClass-class.html">ParameterizedClass</a><span class="signature">&lt;<wbr><span class="type-parameter">List<span class="signature">&lt;<wbr><span class="type-parameter">int</span>&gt;</span></span>&gt;</span></li>
diff --git a/testing/test_package_docs_dev/ex/WithGeneric-class.html b/testing/test_package_docs_dev/ex/WithGeneric-class.html
index 8ecac30..77f3e06 100644
--- a/testing/test_package_docs_dev/ex/WithGeneric-class.html
+++ b/testing/test_package_docs_dev/ex/WithGeneric-class.html
@@ -116,7 +116,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="ex/WithGenericSub-class.html">WithGenericSub</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/ABaseClass-class.html b/testing/test_package_docs_dev/fake/ABaseClass-class.html
index f764c44..f8cdf4c 100644
--- a/testing/test_package_docs_dev/fake/ABaseClass-class.html
+++ b/testing/test_package_docs_dev/fake/ABaseClass-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClassMixedIn-class.html">ATypeTakingClassMixedIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/AClassUsingASuperMixin-class.html b/testing/test_package_docs_dev/fake/AClassUsingASuperMixin-class.html
index 7dba497..b417ecf 100644
--- a/testing/test_package_docs_dev/fake/AClassUsingASuperMixin-class.html
+++ b/testing/test_package_docs_dev/fake/AClassUsingASuperMixin-class.html
@@ -176,7 +176,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AMixinCallingSuper-class.html">AMixinCallingSuper</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/AMixinCallingSuper-class.html b/testing/test_package_docs_dev/fake/AMixinCallingSuper-class.html
index 3222e99..22fff0f 100644
--- a/testing/test_package_docs_dev/fake/AMixinCallingSuper-class.html
+++ b/testing/test_package_docs_dev/fake/AMixinCallingSuper-class.html
@@ -174,7 +174,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AClassUsingASuperMixin-class.html">AClassUsingASuperMixin</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/ATypeTakingClass-class.html b/testing/test_package_docs_dev/fake/ATypeTakingClass-class.html
index ce6f27f..a9fda66 100644
--- a/testing/test_package_docs_dev/fake/ATypeTakingClass-class.html
+++ b/testing/test_package_docs_dev/fake/ATypeTakingClass-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClassMixedIn-class.html">ATypeTakingClassMixedIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/ATypeTakingClassMixedIn-class.html b/testing/test_package_docs_dev/fake/ATypeTakingClassMixedIn-class.html
index cd39f80..dbfba68 100644
--- a/testing/test_package_docs_dev/fake/ATypeTakingClassMixedIn-class.html
+++ b/testing/test_package_docs_dev/fake/ATypeTakingClassMixedIn-class.html
@@ -173,7 +173,7 @@
         </ul></dd>
 
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ATypeTakingClass-class.html">ATypeTakingClass</a><span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/AnotherInterface-class.html b/testing/test_package_docs_dev/fake/AnotherInterface-class.html
index eee2fba..52dc332 100644
--- a/testing/test_package_docs_dev/fake/AnotherInterface-class.html
+++ b/testing/test_package_docs_dev/fake/AnotherInterface-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AClassUsingASuperMixin-class.html">AClassUsingASuperMixin</a></li>
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
diff --git a/testing/test_package_docs_dev/fake/BaseForDocComments-class.html b/testing/test_package_docs_dev/fake/BaseForDocComments-class.html
index 49177e4..b0f7d74 100644
--- a/testing/test_package_docs_dev/fake/BaseForDocComments-class.html
+++ b/testing/test_package_docs_dev/fake/BaseForDocComments-class.html
@@ -173,7 +173,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/SubForDocComments-class.html">SubForDocComments</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/BaseThingy-class.html b/testing/test_package_docs_dev/fake/BaseThingy-class.html
index eb6ea68..2063ccc 100644
--- a/testing/test_package_docs_dev/fake/BaseThingy-class.html
+++ b/testing/test_package_docs_dev/fake/BaseThingy-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/BaseThingy2-class.html">BaseThingy2</a></li>
           <li><a href="fake/ImplementingThingy-class.html">ImplementingThingy</a></li>
diff --git a/testing/test_package_docs_dev/fake/BaseThingy2-class.html b/testing/test_package_docs_dev/fake/BaseThingy2-class.html
index cc0a1ed..d65ed39 100644
--- a/testing/test_package_docs_dev/fake/BaseThingy2-class.html
+++ b/testing/test_package_docs_dev/fake/BaseThingy2-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy-class.html">BaseThingy</a></li>
@@ -177,7 +177,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ImplementingThingy2-class.html">ImplementingThingy2</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/ImplementingThingy-class.html b/testing/test_package_docs_dev/fake/ImplementingThingy-class.html
index 10fde20..98652dd 100644
--- a/testing/test_package_docs_dev/fake/ImplementingThingy-class.html
+++ b/testing/test_package_docs_dev/fake/ImplementingThingy-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy-class.html">BaseThingy</a></li>
@@ -174,7 +174,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ImplementingThingy2-class.html">ImplementingThingy2</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/ImplementingThingy2-class.html b/testing/test_package_docs_dev/fake/ImplementingThingy2-class.html
index 105821c..a75094a 100644
--- a/testing/test_package_docs_dev/fake/ImplementingThingy2-class.html
+++ b/testing/test_package_docs_dev/fake/ImplementingThingy2-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/BaseThingy2-class.html">BaseThingy2</a></li>
diff --git a/testing/test_package_docs_dev/fake/ImplementsFutureVoid-class.html b/testing/test_package_docs_dev/fake/ImplementsFutureVoid-class.html
index 19dbb10..85acb3e 100644
--- a/testing/test_package_docs_dev/fake/ImplementsFutureVoid-class.html
+++ b/testing/test_package_docs_dev/fake/ImplementsFutureVoid-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Future<span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></li>
diff --git a/testing/test_package_docs_dev/fake/ImplicitProperties-class.html b/testing/test_package_docs_dev/fake/ImplicitProperties-class.html
index 0774915..806d2f6 100644
--- a/testing/test_package_docs_dev/fake/ImplicitProperties-class.html
+++ b/testing/test_package_docs_dev/fake/ImplicitProperties-class.html
@@ -172,7 +172,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ClassWithUnusualProperties-class.html">ClassWithUnusualProperties</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/Interface-class.html b/testing/test_package_docs_dev/fake/Interface-class.html
index 0f5d88a..7fcaa53 100644
--- a/testing/test_package_docs_dev/fake/Interface-class.html
+++ b/testing/test_package_docs_dev/fake/Interface-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/LongFirstLine-class.html b/testing/test_package_docs_dev/fake/LongFirstLine-class.html
index 41ae9cf..4de0826 100644
--- a/testing/test_package_docs_dev/fake/LongFirstLine-class.html
+++ b/testing/test_package_docs_dev/fake/LongFirstLine-class.html
@@ -177,7 +177,7 @@
           <li>LongFirstLine</li>
         </ul></dd>
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/Interface-class.html">Interface</a></li>
@@ -185,7 +185,7 @@
           </ul>
         </dd>
 
-        <dt>Mixes-in</dt>
+        <dt>Mixed in types</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MixMeIn-class.html">MixMeIn</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/MIEEBase-class.html b/testing/test_package_docs_dev/fake/MIEEBase-class.html
index c4f5790..5fe558c 100644
--- a/testing/test_package_docs_dev/fake/MIEEBase-class.html
+++ b/testing/test_package_docs_dev/fake/MIEEBase-class.html
@@ -174,7 +174,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEMixinWithOverride-class.html">MIEEMixinWithOverride</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/MIEEMixin-class.html b/testing/test_package_docs_dev/fake/MIEEMixin-class.html
index 5ec4e9c..eea2818 100644
--- a/testing/test_package_docs_dev/fake/MIEEMixin-class.html
+++ b/testing/test_package_docs_dev/fake/MIEEMixin-class.html
@@ -166,7 +166,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li><a href="fake/MIEEThing-class.html">MIEEThing</a><span class="signature">&lt;<wbr><span class="type-parameter">K</span>, <span class="type-parameter">V</span>&gt;</span></li>
@@ -174,7 +174,7 @@
         </dd>
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEBase-class.html">MIEEBase</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/MIEEThing-class.html b/testing/test_package_docs_dev/fake/MIEEThing-class.html
index 95ad432..8c095c6 100644
--- a/testing/test_package_docs_dev/fake/MIEEThing-class.html
+++ b/testing/test_package_docs_dev/fake/MIEEThing-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/MIEEMixin-class.html">MIEEMixin</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/MixMeIn-class.html b/testing/test_package_docs_dev/fake/MixMeIn-class.html
index 04439ea..1d32b31 100644
--- a/testing/test_package_docs_dev/fake/MixMeIn-class.html
+++ b/testing/test_package_docs_dev/fake/MixMeIn-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/NotAMixin-class.html b/testing/test_package_docs_dev/fake/NotAMixin-class.html
index 0d1bcd9..ec51b97 100644
--- a/testing/test_package_docs_dev/fake/NotAMixin-class.html
+++ b/testing/test_package_docs_dev/fake/NotAMixin-class.html
@@ -168,7 +168,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/AMixinCallingSuper-class.html">AMixinCallingSuper</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/Oops-class.html b/testing/test_package_docs_dev/fake/Oops-class.html
index 0e957ba..2f77a02 100644
--- a/testing/test_package_docs_dev/fake/Oops-class.html
+++ b/testing/test_package_docs_dev/fake/Oops-class.html
@@ -169,7 +169,7 @@
     <section>
       <dl class="dl-horizontal">
 
-        <dt>Implements</dt>
+        <dt>Implemented types</dt>
         <dd>
           <ul class="comma-separated clazz-relationships">
             <li>Exception</li>
diff --git a/testing/test_package_docs_dev/fake/SpecialList-class.html b/testing/test_package_docs_dev/fake/SpecialList-class.html
index 931b50a..b399a2e 100644
--- a/testing/test_package_docs_dev/fake/SpecialList-class.html
+++ b/testing/test_package_docs_dev/fake/SpecialList-class.html
@@ -177,7 +177,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/ExtraSpecialList-class.html">ExtraSpecialList</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/SuperAwesomeClass-class.html b/testing/test_package_docs_dev/fake/SuperAwesomeClass-class.html
index 3cd6090..178d626 100644
--- a/testing/test_package_docs_dev/fake/SuperAwesomeClass-class.html
+++ b/testing/test_package_docs_dev/fake/SuperAwesomeClass-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="fake/LongFirstLine-class.html">LongFirstLine</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/fake/WithGetterAndSetter-class.html b/testing/test_package_docs_dev/fake/WithGetterAndSetter-class.html
index 3327847..6b6541f 100644
--- a/testing/test_package_docs_dev/fake/WithGetterAndSetter-class.html
+++ b/testing/test_package_docs_dev/fake/WithGetterAndSetter-class.html
@@ -171,7 +171,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="two_exports/BaseClass-class.html">BaseClass</a></li>
         </ul></dd>
diff --git a/testing/test_package_docs_dev/two_exports/BaseClass-class.html b/testing/test_package_docs_dev/two_exports/BaseClass-class.html
index b71aeda..5c66218 100644
--- a/testing/test_package_docs_dev/two_exports/BaseClass-class.html
+++ b/testing/test_package_docs_dev/two_exports/BaseClass-class.html
@@ -67,7 +67,7 @@
 
 
 
-        <dt>Implemented by</dt>
+        <dt>Implementers</dt>
         <dd><ul class="comma-separated clazz-relationships">
           <li><a href="two_exports/ExtendingClass-class.html">ExtendingClass</a></li>
         </ul></dd>