can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / templates / jsdoc / allclasses.tmpl
diff --git a/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl b/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl
new file mode 100644 (file)
index 0000000..32f4358
--- /dev/null
@@ -0,0 +1,17 @@
+<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 += "<i>"+new Link().toClass(thisClass.alias)+"</i>";
+               }
+               else {
+                       output += new Link().toClass(thisClass.alias);
+               }
+       !}</li>
+       </for>
+</ul>
+<hr />
\ No newline at end of file