short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
7 lines • 347 B
HTML
<div class="suggestion suggestion-<%= node.annotation%>">
<span class="suggestion-value"><%= value%></span> <span class="suggestion-type suggestion-type-<%= node.annotation%>">(<%= node.annotation%>
<% if(_(['property', 'method', 'attribute', 'event']).contains(node.annotation)) {%>
of class <%= node.ownerClass%>
<% }%>)
</span>
</div>