remove old doc templates - not used anymore
[roojs1] / buildSDK / doc_templates / allfiles.html
diff --git a/buildSDK/doc_templates/allfiles.html b/buildSDK/doc_templates/allfiles.html
deleted file mode 100644 (file)
index aff1f2c..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<!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={+Options.encoding+}"" />
-               {! Link.base = ""; /* all generated links will be relative to this */ !}
-               <title>JsDoc Reference - File Index</title>
-               <meta name="generator" content="JsDoc Toolkit" />
-               
-               <style type="text/css">
-               <!-- { + includeStatic("static/default.css") + } -->
-               </style>
-       </head>
-       
-       <body>
-               <!-- { + includeStatic("static/header.html") + } -->
-               
-               <div id="index">
-                       <!-- { + JSDOC.publish.classesIndex + } -->
-               </div>
-               
-               <div id="content">
-                       <h1 class="classTitle">File Index</h1>
-                       
-                       <for each="item" in="data">
-                       <div>
-                               <h2>{+new Link().toSrc(item.alias)+}</h2>
-                               <if test="item.desc">{+resolveLinks(summarize(item.desc))+}</if>
-                               <dl>
-                                       <if test="item.author">
-                                               <dt class="heading">Author:</dt>
-                                               <dd>{+item.author+}</dd>
-                                       </if>
-                                       <if test="item.version">
-                                               <dt class="heading">Version:</dt>
-                                                       <dd>{+item.version+}</dd>
-                                       </if>
-                               </dl>
-                       </div>
-                       <hr />
-                       </for>
-                       
-               </div>
-               <div class="fineprint" style="clear:both">
-                       <if test="Options.copyright">&copy;{+Options.copyright+}<br /></if>
-                       Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspeciton Doc Generator</a> {+Options.version+} on {+new Date()+}
-                       Based on 
-                       <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> on {+new Date()+}
-               </div>
-       </body>
-</html>
\ No newline at end of file