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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/index.tmpl
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/index.tmpl b/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/index.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..cb294b6cb0d78e265ce1048c60baefe3b01a9666
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/index.tmpl
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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+}" />
+
+ <title>glMatrix - Index</title>
+ <meta name="generator" content="JsDoc Toolkit" />
+
+ <style type="text/css">
+ {+include("static/default.css")+}
+ </style>
+ </head>
+
+ <body>
+ {+include("static/header.html")+}
+
+ <div class="wrapper">
+
+ <header id="index">
+ {+publish.classesIndex+}
+ </header>
+
+ <section id="content">
+ <h1 class="classTitle">Class Index</h1>
+
+ <for each="thisClass" in="data">
+ <if test="thisClass.alias != '_global_'">
+ <div>
+ <h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
+ {+resolveLinks(summarize(thisClass.classDesc))+}
+ </div>
+ <hr />
+ </if>
+ </for>
+
+ </section>
+
+ <footer>
+ <small>
+ <if test="JSDOC.opt.D.copyright">&copy;{+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()+}
+ <br/><br/>
+ Theme based on Github Pages template by <a href="https://github.com/orderedlist">orderedlist</a>
+ </small>
+ </footer>
+
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698