<%=basename%>: API索引


<% for (var i = 0, l = comments.length; i < l; i++) { var comment = comments[i]; if (comment.ignore || !comment.ctx) { continue; } %>

<%=__getName(comment)%>

<% if (comment.code) { %> <%-comment.description.full%> <% } %>

方法签名

<% if (comment.ctx) { %> <% } %> <% for (var j = 0, k = comment.tags.length; j < k; j++) { var tag = comment.tags[j]; switch (tag.type) { case 'return': %> <% break; case 'param': %> <% break; case 'api': %> <% break; case 'examples': %> <% break; case 'exception': %> <% break; case 'callmethod': %> <% break; case 'name': %> <% break; default: %> <% } %> <% } %> <% if (comment.code && options.outputSourceFiles){ %> <% } %>
<%=types[comment.ctx.type] %> <%=comment.ctx.string %>
<%=types[tag.type]%> <%=tag.types && tag.types.join(',')%> <%-tag.description%>
<%=types[tag.type]%> <%=tag.name%>(<%=tag.types && tag.types.join(',')%>) <%-tag.description%>
<%=types[tag.type]%> <%=tag.visibility%>
<%=types[tag.type]%> <%=tag.string%>
<%=types[tag.type]%> <%=tag.string%>
<%=types[tag.type]%> <%=tag.string%>
<%=types[tag.type]%> <%=tag.string%>
<%=types[tag.type] || tag.type%> <%=tag.types && tag.types.join(',')%> <%=tag.name%> <%=tag.description%>
代码
<%=comment.code%>
<% } %>