OLD | NEW |
| (Empty) |
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 | |
7 <title>glMatrix - Index</title> | |
8 <meta name="generator" content="JsDoc Toolkit" /> | |
9 | |
10 <style type="text/css"> | |
11 {+include("static/default.css")+} | |
12 </style> | |
13 </head> | |
14 | |
15 <body> | |
16 {+include("static/header.html")+} | |
17 | |
18 <div class="wrapper"> | |
19 | |
20 <header id="index"> | |
21 {+publish.classesIndex+} | |
22 </header> | |
23 | |
24 <section id="content"> | |
25 <h1 class="classTitle">Class Index</h1> | |
26 | |
27 <for each="thisClass" in="data"> | |
28 <if test="thisClass.alias != '_global_'"
> | |
29 <div> | |
30 <h2>{+(new Link().toSymb
ol(thisClass.alias))+}</h2> | |
31 {+resolveLinks(summarize
(thisClass.classDesc))+} | |
32 </div> | |
33 <hr /> | |
34 </if> | |
35 </for> | |
36 | |
37 </section> | |
38 | |
39 <footer> | |
40 <small> | |
41 <if test="JSDOC.opt.D.copyright">©{
+JSDOC.opt.D.copyright+}<br /></if> | |
42 Documentation generated by <a href="http
://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.V
ERSION+} on {+new Date()+} | |
43 <br/><br/> | |
44 Theme based on Github Pages template by
<a href="https://github.com/orderedlist">orderedlist</a> | |
45 </small> | |
46 </footer> | |
47 | |
48 </div> | |
49 </body> | |
50 </html> | |
OLD | NEW |