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>JsDoc Reference - 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")+}
19 {+publish.classesIndex+}
23 <h1 class="classTitle">File Index</h1>
25 <for each="item" in="data">
27 <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
28 <if test="item.desc">{+resolveLinks(item.desc)+}</if>
30 <if test="item.author">
31 <dt class="heading">Author:</dt>
32 <dd>{+item.author+}</dd>
34 <if test="item.version">
35 <dt class="heading">Version:</dt>
36 <dd>{+item.version+}</dd>
38 {! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !}
39 <if test="locations.length">
40 <dt class="heading">Location:</dt>
41 <for each="location" in="locations">
42 <dd><a href="{+location+}">{+location+}</a></dd>
51 <div class="fineprint" style="clear:both">
52 <if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if>
53 Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+}