sync
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:07:28 +0000 (06:07 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:07:28 +0000 (06:07 +0800)
allclasses.html [deleted file]
allfiles.html [deleted file]
index.html [deleted file]
symbol.html [deleted file]

diff --git a/allclasses.html b/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
diff --git a/allfiles.html b/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
diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index 327e81c..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-       <title>RooJS(1) Generated Documentation</title>
-</head>
-
-
-<html>
-<head>
-  <title>RooJS (1) - Manual</title>
-   
-
-    <!--
-    <link rel="stylesheet" type="text/css" href="http://www.akbkhome.com/extjs/resources/css/ytheme-aero.css" />
-    <script type="text/javascript" src="http://www.akbkhome.com/extjs/adapter/yui/yui-utilities.js"></script>     
-    <script type="text/javascript" src="http://www.akbkhome.com/extjs/adapter/yui/ext-yui-adapter.js"></script> 
-
-    <script type="text/javascript" src="http://www.akbkhome.com/extjs/ext-all.js"></script>
-    -->
-    <link rel="stylesheet" type="text/css" href="../css/roojs.css" />
-    <script type="text/javascript" src="../roojs-all.js"></script>     
-<script type="text/javascript">
-Ext = Roo;
-</script>
-   
-    <link rel="stylesheet" type="text/css" href="../css/highlight-js.css" />
-   
-    <script type="text/javascript" src="./doc.js"></script>
-<link rel="stylesheet" type="text/css" href="./default.css" />
-
-
-<script type="text/javascript">   
-    
-var baseURL = ".";   
-
-Ext.BLANK_IMAGE_URL =  "../images/gray/s.gif";
-
-
-</script>
-
-<div class="x-layout-inactive-content">
-
-
-<ul id="classlist">
-
-       <for each="thisClass" in="data">
-       <li><div 
-               roo:isc="{+ (thisClass.isNamespace || (thisClass.comment && thisClass.comment.getTag('class').length && !thisClass.isBuiltin())) ? "yes": "no" +}"
-               roo:isns="{+ thisClass.isNamespace ? "yes": "no" +}">{+thisClass.alias+}</div>
-       
-       </li>
-       </for>  
-       </ul>   
-</div>         
-
-
-</html>
-
-               
-                        
\ No newline at end of file
diff --git a/symbol.html b/symbol.html
deleted file mode 100644 (file)
index f8f4bd1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<symbol alias="{+data.alias+}">
-       <name>{+data.name+}</name>
-       <memberOf>{+data.memberOf+}</memberOf>
-       <isStatic>{+data.isStatic+}</isStatic>
-       <isa>{+data.isa+}</isa>
-       <desc>{+data.desc+}</desc>
-       <classDesc>{+data.classDesc+}</classDesc>
-       
-       <methods><for each="method" in="data.methods">
-               <method>
-                       <name>{+method.name+}</name>
-                       <memberOf>{+method.memberOf+}</memberOf>
-                       <isStatic>{+method.isStatic+}</isStatic>
-                       <desc>{+method.desc+}</desc>
-                       <params><for each="param" in="method.params">
-                               <param>
-                                       <type>{+param.type+}</type>
-                                       <name>{+param.name+}</name>
-                                       <desc>{+param.desc+}</desc>
-                                       <defaultValue>{+param.defaultValue+}</defaultValue>
-                               </param></for>
-                       </params>
-               </method></for>
-       </methods>
-       
-       <properties><for each="property" in="data.properties">
-               <property>
-                       <name>{+property.name+}</name>
-                       <memberOf>{+property.memberOf+}</memberOf>
-                       <isStatic>{+property.isStatic+}</isStatic>
-                       <desc>{+property.desc+}</desc>
-                       <type>{+property.type+}</type>
-               </property></for>
-       </properties>
-</symbol>