short-jsdoc
Version:
short and simple jsdoc Object Oriented syntax format and implementation
22 lines (18 loc) • 600 B
HTML
<h3><%= this.propertyLabel %> <a href="<%= this.makeLink(this.jsdoc) %>"><%= this.jsdoc.name%></a></h3>
<% if(!this.asChildView) {%>
<h3>Of class <a href="#class/<%= this.jsdoc.ownerClass %>">
<%= this.simpleName(this.jsdoc.ownerClass, this.ownerModule) %></a>
</h3>
<% } %>
<% if (this.jsdoc.text) { %>
<div class="method-text">
<%= this.jsdoc.textHtml %>
</div>
<% } %>
<% if(this.jsdoc.type) { %>
<span class="property-type"><strong>Type</strong>: </span>
<%= this.printTypeAsString(this.jsdoc.type) %>
<% } %>
<% if(!this.asChildView) {%>
<div data-type="sources"></div>
<% } %>