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">
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" />
10 <style type="text/css">
11 {+include("static/default.css")+}
16 {+include("static/header.html")+}
21 {+publish.classesIndex+}
24 <section id="content">
25 <h1 class="classTitle">File Index</h1>
27 <for each="item" in="data">
29 <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
30 <if test="item.desc">{+resolveLinks(item.desc)+}</if>
32 <if test="item.author">
33 <dt class="heading">Author:</dt>
34 <dd>{+item.author+}</dd>
36 <if test="item.version">
37 <dt class="heading">Version:</dt>
38 <dd>{+item.version+}</dd>
40 {! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
41 <if test="locations.length">
42 <dt class="heading">Location:</dt>
43 <for each="location" in="locations">
44 <dd><a href="{+location+}">{+location+}</a></dd>
56 <if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if>
57 Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}
59 Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>