<% var self = this;%>
<% if(this.isConstructor){ %>

Constructor

<% } else if(!this.isFunction) { %>

Method <%= this.jsdoc.name%>

<% } else { %>

Function <%= this.jsdoc.name%>

<% }%>
<% if (this.jsdoc.text) { %>
<%= this.jsdoc.textHtml %>
<% } %>
<% if(!this.asChildView) {%>
<% if(!this.isFunction){%>

Of class <%= this.simpleName(this.jsdoc.ownerClass, this.ownerModule) %>

<% } %>

Of Module <%= this.makeLink(this.ownerClass ? this.ownerClass.module : this.ownerModule, true) %>

<% }%>
<% if( this.jsdoc.params.length ) { %>

Parameters

<% } %> <% if(!this.isConstructor) { %> <%if (this.jsdoc.returns && (this.jsdoc.returns.type || this.jsdoc.returns.text) ) { %>

Returns

<%= self.printTypeAsString(this.jsdoc.returns.type) %> <% if(this.jsdoc.returns.text){ %> <%= self.getTextHtml(this.jsdoc.returns) %> <% } %> <% }%> <% }%> <% if(this.jsdoc.throws && this.jsdoc.throws.length) { %>

Throws

<% } %>
<% if(!this.asChildView) {%>
<% }%>