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

Unified Diff: tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/allclasses.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/allclasses.tmpl
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/allclasses.tmpl b/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/allclasses.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..e89da024d827b6636d69985b62bf452812a63ac0
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/jsdoc-template/allclasses.tmpl
@@ -0,0 +1,14 @@
+<div align="center">{+new Link().toFile("index.html").withText("Class Index")+}
+| {+new Link().toFile("files.html").withText("File Index")+}</div>
+<hr />
+<h2>Classes</h2>
+<ul class="classList">
+ <for each="thisClass" in="data">
+ <li>{!
+ if (thisClass.alias != "_global_") {
+ output += new Link().toClass(thisClass.alias);
+ }
+ !}</li>
+ </for>
+</ul>
+<hr />

Powered by Google App Engine
This is Rietveld 408576698