Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/allfiles.tmpl

Issue 12251005: [cc-frame-viewer] Add gl-matrix to third_party [redux] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 th is */ !}
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).withT ext(item.name)+}</h2>
30 <if test="item.desc">{+resolveLinks(item .desc)+}</if>
31 <dl>
32 <if test="item.author">
33 <dt class="heading">Auth or:</dt>
34 <dd>{+item.author+}</dd>
35 </if>
36 <if test="item.version">
37 <dt class="heading">Vers ion:</dt>
38 <dd>{+item.versi on+}</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">Loca tion:</dt>
43 <for each="locat ion" in="locations">
44 <dd><a href="{+l ocation+}">{+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.V ERSION+} 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698