allfiles.tmpl 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
  6. {! Link.base = ""; /* all generated links will be relative to this */ !}
  7. <title>glMatrix - File Index</title>
  8. <meta name="generator" content="JsDoc Toolkit" />
  9. <style type="text/css">
  10. {+include("static/default.css")+}
  11. </style>
  12. </head>
  13. <body>
  14. {+include("static/header.html")+}
  15. <div class="wrapper">
  16. <header id="index">
  17. {+publish.classesIndex+}
  18. </header>
  19. <section id="content">
  20. <h1 class="classTitle">File Index</h1>
  21. <for each="item" in="data">
  22. <div>
  23. <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
  24. <if test="item.desc">{+resolveLinks(item.desc)+}</if>
  25. <dl>
  26. <if test="item.author">
  27. <dt class="heading">Author:</dt>
  28. <dd>{+item.author+}</dd>
  29. </if>
  30. <if test="item.version">
  31. <dt class="heading">Version:</dt>
  32. <dd>{+item.version+}</dd>
  33. </if>
  34. {! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
  35. <if test="locations.length">
  36. <dt class="heading">Location:</dt>
  37. <for each="location" in="locations">
  38. <dd><a href="{+location+}">{+location+}</a></dd>
  39. </for>
  40. </if>
  41. </dl>
  42. </div>
  43. <hr />
  44. </for>
  45. </section>
  46. <footer>
  47. <small>
  48. <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
  49. Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
  50. <br/><br/>
  51. Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>
  52. </small>
  53. </footer>
  54. </div>
  55. </body>
  56. </html>