index.tmpl 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <title>glMatrix - Index</title>
  7. <meta name="generator" content="JsDoc Toolkit" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  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">Class Index</h1>
  21. <for each="thisClass" in="data">
  22. <if test="thisClass.alias != '_global_'">
  23. <div>
  24. <h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
  25. {+resolveLinks(summarize(thisClass.classDesc))+}
  26. </div>
  27. <hr />
  28. </if>
  29. </for>
  30. </section>
  31. <footer>
  32. <small>
  33. <if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>
  34. Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
  35. <br/><br/>
  36. Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>
  37. </small>
  38. </footer>
  39. </div>
  40. </body>
  41. </html>