sync
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:07:54 +0000 (06:07 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:07:54 +0000 (06:07 +0800)
buildSDK/doc_templates/allclasses.html [new file with mode: 0644]
buildSDK/doc_templates/allfiles.html [new file with mode: 0644]
buildSDK/doc_templates/index.html [new file with mode: 0644]
buildSDK/doc_templates/symbol.html [new file with mode: 0644]

diff --git a/buildSDK/doc_templates/allclasses.html b/buildSDK/doc_templates/allclasses.html
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
diff --git a/buildSDK/doc_templates/allfiles.html b/buildSDK/doc_templates/allfiles.html
new file mode 100644 (file)
index 0000000..aff1f2c
--- /dev/null
@@ -0,0 +1,51 @@
+<!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/buildSDK/doc_templates/index.html b/buildSDK/doc_templates/index.html
new file mode 100644 (file)
index 0000000..327e81c
--- /dev/null
@@ -0,0 +1,63 @@
+
+<!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/buildSDK/doc_templates/symbol.html b/buildSDK/doc_templates/symbol.html
new file mode 100644 (file)
index 0000000..f8f4bd1
--- /dev/null
@@ -0,0 +1,35 @@
+<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>