class="deprecated"<% } %> ><%= item.name %> <% if ( item.since ) { %><%- item.since %><% } %>
<% if ( item[ 'deprecated' ] ) { %><%- markdown( item[ 'deprecated' ] ) %>
<% } %>
<% if( item.uses ) { %><%- renderUses( item.uses ) %><% }%>
<% if ( item.grammars ) { %>
-
<% _.forEach( item.grammars, function( grammar ) { %>
- <%= grammar.signature %> <% if ( grammar.return ) { %>⇒ <%= grammar.return %><% } %> <% if ( grammar.since ) { %><%= grammar.since %><% } %> <% });%>
参数:
<%- renderParams( item.params ) %> <% } %> <% if ( item.returns ) { %>返回值:
<%- renderParams( item.returns ) %> <% } %> <%- markdown( item.description || description || '' ) %> <% _.forEach( item.examples || [], function( example ) { %> <%- formatExample( example ) %> <% }) %>