% int dotCount = packageName.count('.') String pathPref = '../' * (dotCount+1) %>
Return type | Name and parameters |
---|---|
${method.isStatic ? 'static ' : ''}${method.returnTypeDocUrl}
|
${method.name}(${method.parametersDocUrl})
${method.shortComment} |
${method.comment}
<% if (method.parametersSignature) { %>${param.name}
- ${param.comment}.