Home | History | Annotate | Download | only in jsdoc-template
      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 		{! Link.base = ""; /* all generated links will be relative to this */ !}
      7 		<title>glMatrix - File 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">File Index</h1>
     26 				
     27 				<for each="item" in="data">
     28 				<div>
     29 					<h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
     30 					<if test="item.desc">{+resolveLinks(item.desc)+}</if>
     31 					<dl>
     32 						<if test="item.author">
     33 							<dt class="heading">Author:</dt>
     34 							<dd>{+item.author+}</dd>
     35 						</if>
     36 						<if test="item.version">
     37 							<dt class="heading">Version:</dt>
     38 								<dd>{+item.version+}</dd>
     39 						</if>
     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>
     45 								</for>
     46 						</if>
     47 					</dl>
     48 				</div>
     49 				<hr />
     50 				</for>
     51 				
     52 			</section>
     53 
     54 			<footer>
     55 				<small>
     56 					<if test="JSDOC.opt.D.copyright">&copy;{+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()+}
     58 					<br/><br/>
     59 					Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>
     60 				</small>
     61 			</footer>
     62 
     63 		</div>
     64 	</body>
     65 </html>