All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.groovy.tools.groovydoc.gstringTemplates.topLevel.overview-summary.html Maven / Gradle / Ivy

The newest version!

<% def title = "Overview" + (props.windowTitle ? " (${props.windowTitle})" : "") %>


${title}










<% if (props.header) { %>${props.header}<% } %>

${props.docTitle ?: ''}

${rootDoc.summary()}

<% def s = rootDoc.summary().trim() def d = rootDoc.description().trim() if (d && d != s) { %> See:
          Description

<% } %>

<% for (packageDoc in rootDoc.specifiedPackages()) { %> <% } %>
Packages
${packageDoc.nameWithDots()} ${packageDoc.summary() ?: ''}

<% if (d && d != s) { %>  

${rootDoc.description()}


<% } %>

${props['footer']?:""}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy