
templates.package-frame.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-java2html-plugin Show documentation
Show all versions of gradle-java2html-plugin Show documentation
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