Commit | Line | Data |
---|---|---|
629a09ae DV |
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>JsDoc Reference - 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 id="index"> | |
19 | {+publish.classesIndex+} | |
20 | </div> | |
21 | ||
22 | <div id="content"> | |
23 | <h1 class="classTitle">Class Index</h1> | |
24 | ||
25 | <for each="thisClass" in="data"> | |
26 | <div> | |
27 | <h2>{+(new Link().toSymbol(thisClass.alias))+}</h2> | |
28 | {+resolveLinks(summarize(thisClass.classDesc))+} | |
29 | </div> | |
30 | <hr /> | |
31 | </for> | |
32 | ||
33 | </div> | |
34 | <div class="fineprint" style="clear:both"> | |
35 | <if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if> | |
36 | Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+} | |
37 | </div> | |
38 | </body> | |
39 | </html> |