can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / templates / jsdoc / allfiles.tmpl
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>JsDoc Reference - 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 id="index">
19                         {+publish.classesIndex+}
20                 </div>
21                 
22                 <div id="content">
23                         <h1 class="classTitle">File Index</h1>
24                         
25                         <for each="item" in="data">
26                         <div>
27                                 <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
28                                 <if test="item.desc">{+resolveLinks(item.desc)+}</if>
29                                 <dl>
30                                         <if test="item.author">
31                                                 <dt class="heading">Author:</dt>
32                                                 <dd>{+item.author+}</dd>
33                                         </if>
34                                         <if test="item.version">
35                                                 <dt class="heading">Version:</dt>
36                                                         <dd>{+item.version+}</dd>
37                                         </if>
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>
43                                                         </for>
44                                         </if>
45                                 </dl>
46                         </div>
47                         <hr />
48                         </for>
49                         
50                 </div>
51                 <div class="fineprint" style="clear:both">
52                         <if test="JSDOC.opt.D.copyright">&copy;{+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()+}
54                 </div>
55         </body>
56 </html>