From 058613310973365a64c2bf94f7a5ab9a2f1b14b9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 9 Dec 2016 20:38:04 -0500 Subject: Switch from yuidoc to JSDoc3. Before it downloaded yuidoc for you; not it expects that jsdoc is already installed. Note that it was old-school, abandoned yuidoc, not its successor yuidocjs. The migration path from yuidoc->jsdoc actually seemed simpler than yuidoc->yuidocjs. --- jarmonbuild/yuidoc_template.patch | 43 --------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 jarmonbuild/yuidoc_template.patch (limited to 'jarmonbuild/yuidoc_template.patch') diff --git a/jarmonbuild/yuidoc_template.patch b/jarmonbuild/yuidoc_template.patch deleted file mode 100644 index 1e1b948..0000000 --- a/jarmonbuild/yuidoc_template.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff -ru template.orig/assets/api.css yuidoc_template/assets/api.css ---- template.orig/assets/api.css 2016-12-05 11:50:33.853055029 -0500 -+++ yuidoc_template/assets/api.css 2016-12-05 12:14:33.454839017 -0500 -@@ -7,7 +7,7 @@ - a:visited { color: #003399;} - - #doc3 #hd { margin-bottom:1em; position: relative; zoom: 1; } --#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0px 0 8px 150px; background: url(yui.png) 15px 9px no-repeat; height: 60px; font-weight: bold; } -+#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0; height: 60px; font-weight: bold; text-align: center;} - #doc3 #hd h1 a { position: relative; top: 14px; } - #doc3 #hd a { text-decoration: none; color: black; } - #doc3 #hd h3 { -Only in template.orig/assets: yui.png -diff -ru template.orig/main.tmpl yuidoc_template/main.tmpl ---- template.orig/main.tmpl 2016-12-05 11:50:33.853055029 -0500 -+++ yuidoc_template/main.tmpl 2016-12-05 12:33:53.828316623 -0500 -@@ -3,7 +3,7 @@ - - - -- API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# (YUI Library) -+ API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# - - - -@@ -16,7 +16,7 @@ - -
-
--

$projectname

-+

$projectname v$version API Documentation

-

$moduletitle  $version

- $projectname - #if $modulename -@@ -48,7 +48,7 @@ - #if $index - -
-- This is the API documentation for the -+ This is the API documentation for - $projectname. -

Choose a module name from the list for more information.

-
-- cgit v1.2.3