remove old doc templates - not used anymore
[roojs1] / buildSDK / doc_templates / allclasses.html
diff --git a/buildSDK/doc_templates/allclasses.html b/buildSDK/doc_templates/allclasses.html
deleted file mode 100644 (file)
index 32f4358..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<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