From: Alan Knowles Date: Mon, 29 Mar 2010 14:19:17 +0000 (+0800) Subject: Elliot's changes to the templates and adding all resources into a single place X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=0106fe5711fbc4bab7561782a12d07c9dced25f4 Elliot's changes to the templates and adding all resources into a single place HTML layout for documentation now seperate from css/js/gif etc. --- diff --git a/docs/class.html b/docs/class.html index 0f1afd8..33f5218 100644 --- a/docs/class.html +++ b/docs/class.html @@ -1,112 +1,36 @@ - + - - + + - + {! Link.base = "../"; /* all generated links will be relative to this */ !} JsDoc Reference - {+data.name+} + - - - - - + + + + +
- - -
+ + @@ -117,12 +41,13 @@ - -
- Back to Seed Clases

- -
- + +
+ Back to Seed Clases +

+ {+data.left_bar+} +
+
@@ -144,24 +69,26 @@
-
{!
+		   

{! var iblock_indent = 0; data.extendsClasses.reverse().map( function($) { - output += iblock_indent ? ('') : ''; - output += new Link().toSymbolLong($.alias) + "\n"; - iblock_indent += 20; + output += (iblock_indent ? 'parent-child marker' : ''); + output += new Link().toSymbolLong($.alias); + output += "\n
"; + iblock_indent += 1; + } ) - - !}{+data.alias+} + !}parent-child marker + {+data.alias+} -

+

@@ -366,7 +293,8 @@ - + +
Properties- Has NoneProperties
None
@@ -441,19 +369,15 @@ ownMethods.push.apply(ownMethods, data.methods.sort(makeSortby("name"))); !} - - - + - + +
Methods - Has NonePublic Methods
None
@@ -686,7 +610,8 @@ - + +
Events - Has NoneEvents
None
@@ -804,16 +729,18 @@ - - - + + +
+
©{+data.copyright+}
- Documentation generated by Seed/Jstoolkit - Based on + Documentation generated by + Introspection Doc Generator + Loosely Based on JsDoc Toolkit on {+new Date()+}
diff --git a/docs/class_ix.html b/docs/class_ix.html new file mode 100755 index 0000000..96602b1 --- /dev/null +++ b/docs/class_ix.html @@ -0,0 +1,49 @@ +

{+ (new Link().toSymbol(data.name)) +}

+
+ +

Classes

+ + + + + +

Interfaces

+ + + + +

Structs

+ + + + +

Unions

+ + + + +

Enums

+ + + \ No newline at end of file diff --git a/docs/class_ix.tmpl b/docs/class_ix.tmpl deleted file mode 100644 index 29d7b36..0000000 --- a/docs/class_ix.tmpl +++ /dev/null @@ -1,44 +0,0 @@ - -

{+ (new Link().toSymbol(data.name)) +}

-
-

Classes

- - - - -

Interfaces

- - - -

Structs

- - -

Unions

- -

Enums

- diff --git a/docs/elbow-end.gif b/docs/elbow-end.gif deleted file mode 100644 index f24ddee..0000000 Binary files a/docs/elbow-end.gif and /dev/null differ diff --git a/docs/index.html b/docs/index.html new file mode 100755 index 0000000..6a1062d --- /dev/null +++ b/docs/index.html @@ -0,0 +1,36 @@ +- ++ + + + + Seed Documentation + + + + + + + +
+ + + + + + +
+

{+ (new Link().toSymbol(thisClass)) +}

+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/docs/index.tmpl b/docs/index.tmpl deleted file mode 100644 index bf1c82d..0000000 --- a/docs/index.tmpl +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Seed Documentation - - - - - - - - - - - - -
- - -
- - - - - - - - - - -
- -

{+ (new Link().toSymbol(thisClass)) +}

-
-
-
- - - - - - - - - - \ No newline at end of file diff --git a/docs/default.css b/docs/resources/default.css old mode 100644 new mode 100755 similarity index 84% rename from docs/default.css rename to docs/resources/default.css index 40be75d..3ccdc37 --- a/docs/default.css +++ b/docs/resources/default.css @@ -1,11 +1,30 @@ - -@import url("http://library.gnome.org/skin/lgo.css"); -@import url("http://library.gnome.org/skin/print.css") print; - - -/* default.css +/* default.css /