Sign in
dart
/
dartdoc.git
/
b8b63d1a
/
.
/
lib
/
templates
/
_interfaces.html
blob: 7ca1859d2c32eb98e6d0b70c00c6c708a3673efd [
file
] [
log
] [
blame
]
{{ #hasPublicInterfaces }}
<dt>
Implemented types
</dt>
<dd>
<ul
class
=
"comma-separated {{ relationshipsClass }}"
>
{{ #publicInterfaces }}
<li>
{{{ linkedName }}}
</li>
{{ /publicInterfaces }}
</ul>
</dd>
{{ /hasPublicInterfaces }}