Sign in
dart
/
dartdoc.git
/
6fe81c3b
/
.
/
lib
/
templates
/
_annotations.html
blob: cba657639651af41d31137d780758ece73b60d6a [
file
] [
log
] [
blame
]
{{ #hasAnnotations }}
<div>
<ol
class
=
"annotation-list"
>
{{ #annotations }}
<li>
{{{ linkedNameWithParameters }}}
</li>
{{ /annotations }}
</ol>
</div>
{{ /hasAnnotations }}