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

templates.package-frame.html Maven / Gradle / Ivy

Go to download

Gradle plugin for turning source code into HTML, RTF, TeX and XHTML using Java2HTML.

The newest version!





${packageName} (${docTitle})



<%
def path = '..'
packageName.count('.').times {
    path += ('/..')
}
%>







${packageName}


Classes  <% classes.each { %>
${it.name} <% } %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy