<% 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 (n++ != 0) { %>

.<%= comment.method %>()

<% } %>

<%- comment.description %>

<% if (comment.body) { %>
<%- comment.body %>
<% } %> <% if (comment.tags.length) { %> <% }%>
<% } %> <% }) %> <% if ('index' == name) { %> View Source <% } %>