% def title = "Overview" + (props.windowTitle ? " (${props.windowTitle})" : "") %>
|
<% if (props.header) { %>${props.header}<% } %> | |||||||
PREV NEXT | FRAMES NO FRAMES |
${rootDoc.summary()}
<%
def s = rootDoc.summary().trim()
def d = rootDoc.description().trim()
if (d && d != s) {
%>
See:
Description
<% } %>
Packages | |
---|---|
${packageDoc.nameWithDots()} | ${packageDoc.summary() ?: ''} |
${rootDoc.description()}
${props['footer']?:""}