Method Summary | |
---|---|
${method.isStatic ? 'static ' : ''}${method.returnTypeDocUrl}
|
${method.name}(${method.parametersDocUrl})
${method.shortComment} |
Method Detail |
---|
public ${method.isStatic ? 'static ' : ''}${method.returnTypeDocUrl} ${method.name}(${method.parametersDocUrl})
${param.name}
- ${param.comment}.
<% } } %>
<% if (method.returnComment) { %>