Skip to content

Commit 89ab888

Browse files
Update specs, added "Implements" and "Implemented by" sections
1 parent 1a9f07e commit 89ab888

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed

test/renderer/specs/classes/_classes_.baseclass.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ <h3>Hierarchy</h3>
9494
</li>
9595
</ul>
9696
</section>
97+
<section class="tsd-panel">
98+
<h3>Implements</h3>
99+
<ul class="tsd-hierarchy">
100+
<li><a href="../interfaces/_classes_.inameinterface.html" class="tsd-signature-type">INameInterface</a></li>
101+
</ul>
102+
</section>
97103
<section class="tsd-panel-group tsd-index-group">
98104
<h2>Index</h2>
99105
<section class="tsd-panel tsd-index-panel">

test/renderer/specs/classes/_classes_.subclassa.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ <h3>Hierarchy</h3>
9292
</li>
9393
</ul>
9494
</section>
95+
<section class="tsd-panel">
96+
<h3>Implements</h3>
97+
<ul class="tsd-hierarchy">
98+
<li><a href="../interfaces/_classes_.inameinterface.html" class="tsd-signature-type">INameInterface</a></li>
99+
<li><a href="../interfaces/_classes_.iprintnameinterface.html" class="tsd-signature-type">IPrintNameInterface</a></li>
100+
</ul>
101+
</section>
95102
<section class="tsd-panel-group tsd-index-group">
96103
<h2>Index</h2>
97104
<section class="tsd-panel tsd-index-panel">

test/renderer/specs/classes/_classes_.subclassb.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ <h3>Hierarchy</h3>
9191
</li>
9292
</ul>
9393
</section>
94+
<section class="tsd-panel">
95+
<h3>Implements</h3>
96+
<ul class="tsd-hierarchy">
97+
<li><a href="../interfaces/_classes_.inameinterface.html" class="tsd-signature-type">INameInterface</a></li>
98+
</ul>
99+
</section>
94100
<section class="tsd-panel-group tsd-index-group">
95101
<h2>Index</h2>
96102
<section class="tsd-panel tsd-index-panel">

test/renderer/specs/interfaces/_classes_.inameinterface.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ <h3>Hierarchy</h3>
9090
</li>
9191
</ul>
9292
</section>
93+
<section class="tsd-panel">
94+
<h3>Implemented by</h3>
95+
<ul class="tsd-hierarchy">
96+
<li><a href="../classes/_classes_.baseclass.html" class="tsd-signature-type">BaseClass</a></li>
97+
<li><a href="../classes/_classes_.subclassa.html" class="tsd-signature-type">SubClassA</a></li>
98+
<li><a href="../classes/_classes_.subclassb.html" class="tsd-signature-type">SubClassB</a></li>
99+
</ul>
100+
</section>
93101
<section class="tsd-panel-group tsd-index-group">
94102
<h2>Index</h2>
95103
<section class="tsd-panel tsd-index-panel">

test/renderer/specs/interfaces/_classes_.iprintnameinterface.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ <h3>Hierarchy</h3>
9393
</li>
9494
</ul>
9595
</section>
96+
<section class="tsd-panel">
97+
<h3>Implemented by</h3>
98+
<ul class="tsd-hierarchy">
99+
<li><a href="../classes/_classes_.subclassa.html" class="tsd-signature-type">SubClassA</a></li>
100+
</ul>
101+
</section>
96102
<section class="tsd-panel-group tsd-index-group">
97103
<h2>Index</h2>
98104
<section class="tsd-panel tsd-index-panel">

0 commit comments

Comments
 (0)