Spaces:
Sleeping
Sleeping
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" /> | |
{! Link.base = ""; /* all generated links will be relative to this */ !} | |
<title>JsDoc Reference - File Index</title> | |
<meta name="generator" content="JsDoc Toolkit" /> | |
<link href="stylesheets/default.css" type="text/css" rel="stylesheet" media="all" /> | |
</head> | |
<body id="file_index"> | |
<div id="body_wrapper"> | |
<div id="wrapper"> | |
<div id="box"> | |
<span id="blue_label"></span> | |
<div id="box_wrapper"> | |
<div id="nav"> | |
{+publish.classesIndex+} | |
</div> | |
<div id="content"> | |
<h1>File Index</h1> | |
<div id="content_wrapper"> | |
<for each="item" in="data"> | |
<div class="module"> | |
<h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2> | |
<if test="item.desc">{+resolveLinks(item.desc)+}</if> | |
<dl> | |
<if test="item.author"> | |
<dt class="heading">Author:</dt> | |
<dd>{+item.author+}</dd> | |
</if> | |
<if test="item.version"> | |
<dt class="heading">Version:</dt> | |
<dd>{+item.version+}</dd> | |
</if> | |
{! var locations = item.comment.getTag('location').map(function($){return $.toString().replace(/(^\$ ?| ?\$$)/g, '').replace(/^HeadURL: https:/g, 'http:');}) !} | |
<if test="locations.length"> | |
<dt class="heading">Location:</dt> | |
<for each="location" in="locations"> | |
<dd><a href="{+location+}">{+location+}</a></dd> | |
</for> | |
</if> | |
</dl> | |
</div> | |
<hr /> | |
</for> | |
</div><!-- #content_wrapper --> | |
</div><!-- #content --> | |
<hr/> | |
</div><!-- #box_wrapper --> | |
</div><!-- #box --> | |
<div id="footer"> | |
<if test="JSDOC.opt.D.copyright">©{+JSDOC.opt.D.copyright+}<br /></if> | |
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.VERSION+} on {+new Date()+} | |
</div><!-- #footer --> | |
</div><!-- #wrapper --> | |
</div><!-- #body_wrapper --> | |
</body> | |
</html> | |