From f0b7403e29e05aee043c9b0b36817b415fbadea4 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Wed, 31 Oct 2012 17:10:14 -0700 Subject: updated the rest of jsdoc to use the Galois Open-Source template --- .../templates/fiveui/allfiles.tmpl | 45 ++++++++++++++++------ .../templates/fiveui/class.tmpl | 26 +++++++++---- .../templates/fiveui/index.tmpl | 12 ++++-- .../templates/fiveui/static/default.css | 30 ++++++++------- .../templates/fiveui/static/header.html | 14 ++++++- .../templates/fiveui/static/style.css | 32 ++++++++------- 6 files changed, 107 insertions(+), 52 deletions(-) (limited to 'tools') diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl index 4c7de1c..c5b72fb 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl @@ -2,19 +2,28 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + {! Link.base = ""; /* all generated links will be relative to this */ !} - {! Link.base = ""; /* all generated links will be relative to this */ !} + JsDoc Reference - File Index - + - - + + + + {+include("static/header.html")+} - + + +
+
{+publish.classesIndex+}
@@ -46,11 +55,25 @@
- - -
- ©{+JSDOC.opt.D.copyright+}
- Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} +
+
+ + + + + + + - \ No newline at end of file + diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/class.tmpl b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/class.tmpl index 1b32e4a..e37c282 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/class.tmpl +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/class.tmpl @@ -8,11 +8,14 @@ JsDoc Reference - {+data.alias+} - + {+include("static/header.html")+} @@ -25,6 +28,7 @@ +

@@ -638,12 +642,20 @@

- +
-
- ©{+JSDOC.opt.D.copyright+}
- Documentation generated by JsDoc Toolkit {+JSDOC.VERSION+} on {+new Date()+} -
+ + diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl index 8af9fe2..7c0ef00 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/index.tmpl @@ -8,14 +8,16 @@ -
+ + +

Open Source

@@ -26,7 +28,9 @@
-
+ +
diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css index 3de2dcb..b671e50 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/default.css @@ -1,7 +1,7 @@ /* default.css */ body { - font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; + font: 16px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; } .header @@ -68,16 +68,17 @@ pre.code .summaryTable { width: 100%; } -h1.classTitle -{ - font-size:170%; - line-height:130%; -} +/* h1.classTitle */ +/* { */ +/* font-size:170%; */ +/* line-height:130%; */ +/* } */ h2 { font-size: 110%; } caption, div.sectionTitle { - background-color: #7F8FB1; + /* background-color: #7F8FB1; */ + background-color: #366689; color: #fff; font-size:130%; text-align: left; @@ -106,22 +107,22 @@ div.sectionTitle { margin-bottom: 8px; } td.attributes, .fixedFont { - line-height: 15px; + /* line-height: 15px; */ color: #002EBE; font-family: "Courier New",Courier,monospace; - font-size: 13px; + /* font-size: 13px; */ } .summaryTable td.nameDescription { text-align: left; - font-size: 13px; - line-height: 15px; + /* font-size: 13px; */ + /* line-height: 15px; */ } .summaryTable td.nameDescription, .description { - line-height: 15px; + /* line-height: 15px; */ padding: 4px; padding-left: 4px; } @@ -136,10 +137,11 @@ ul.inheritsList } .detailList { - margin-left: 20px; - line-height: 15px; + margin-left: 20px; + /* line-height: 15px; */ } .detailList dt { margin-left: 20px; } +.detailList dd { margin-left: 50px; } .detailList .heading { diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/header.html b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/header.html index 7b81904..7bfd665 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/header.html +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/header.html @@ -1,2 +1,12 @@ - +
+
+ +

Open Source

+ +
+
diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css index aec68f5..0c77514 100644 --- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css +++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css @@ -1,21 +1,25 @@ -/* Layout */ -.wrap { - width: 90%; - margin: 0 auto; -} +/* /\* Layout *\/ */ +/* .wrap { */ +/* width: 90%; */ +/* margin: 0 auto; */ +/* } */ /* Global */ -body { - font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; - font-weight: 300; - color: #2C2C2C; -} -#content p { - font-size: 1em; - line-height: 1.125em; -} +/* body { */ +/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */ +/* font-weight: 300; */ +/* color: #2C2C2C; */ +/* } */ +/* #content { */ +/* line-height: 1.125em; */ +/* } */ + +/* #content p { */ +/* font-size: 1em; */ +/* line-height: 1.125em; */ +/* } */ /* Header */ header { background: #366689; -- cgit v1.2.3