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