<% if ('index' != name ){ %>
<%= name %>
<%= filename %>
<% } %>
<% var n = 0; %>
<% comments.forEach(function(comment){ %>
<% if ('index' != name && (!comment.tags.length || comment.isPrivate)) return %>
<% if (!comment.ignore) { %>
<% } %>
<% }) %>
<% if ('index' == name) { %>
View Source
<% } %>
.<%= comment.method %>()
<% } %><%- comment.description %>
<% if (comment.body) { %><% comment.tags.forEach(function(tag){ %> <% if ('return' == tag.type) { %>- returns <%= tag.types.join(', ') %>
<% } %>
<% if ('api' == tag.type) { %>
- api <%= tag.visibility %>
<% } %>
<% if ('type' == tag.type) { %>
- type <%= tag.value %>
<% } %>
<% if ('param' == tag.type) { %>
- param <%= tag.types.join(', ') %> <%= tag.name %> <%= tag.description %>
<% } %>
<% }) %>
<% }%>