${title.encodeAsHtml()} - Reference Documentation
Authors: ${authors}
Version: ${version}
${subtitle.encodeAsHtml()}
<% if(prev){ %>
<% } %>
(Quick Reference)
<% if(next){ %>
<% } %>
${title.encodeAsHtml()} - Reference DocumentationAuthors: ${authors} Version: ${version} Table of Contents<% sectionWriter = { lvl, section -> %> <% lvl++ for (s in section.subSections) { sectionWriter.call(lvl, s) } } for (s in sectionToc) { sectionWriter.call(0, s) } %> |