We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6857981 commit 7ae52f8Copy full SHA for 7ae52f8
lib/templates/_container_sidebar_item.html
@@ -0,0 +1,11 @@
1
+
2
+<li{{ #isInherited }} class="inherited"{{ /isInherited }}>
3
+ {{{ linkedName }}}
4
+ {{ #isProvidedByExtension }}
5
+ {{ #enclosingExtension }}
6
+ <sup
7
+ class="muted"
8
+ title="Available on {{ extendedElement.nameWithGenericsPlain }}">(ext)</sup>
9
+ {{ /enclosingExtension }}
10
+ {{ /isProvidedByExtension }}
11
+</li>
0 commit comments