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

Side by Side Diff: tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/index.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
7 <title>glMatrix - 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">Class Index</h1>
26
27 <for each="thisClass" in="data">
28 <if test="thisClass.alias != '_global_'" >
29 <div>
30 <h2>{+(new Link().toSymb ol(thisClass.alias))+}</h2>
31 {+resolveLinks(summarize (thisClass.classDesc))+}
32 </div>
33 <hr />
34 </if>
35 </for>
36
37 </section>
38
39 <footer>
40 <small>
41 <if test="JSDOC.opt.D.copyright">&copy;{ +JSDOC.opt.D.copyright+}<br /></if>
42 Documentation generated by <a href="http ://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> {+JSDOC.V ERSION+} on {+new Date()+}
43 <br/><br/>
44 Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>
45 </small>
46 </footer>
47
48 </div>
49 </body>
50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698